forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRemotePropertyData.xml
156 lines (146 loc) · 7.43 KB
/
RemotePropertyData.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<Type Name="RemotePropertyData" FullName="System.AddIn.Contract.Automation.RemotePropertyData">
<TypeSignature Language="C#" Value="public struct RemotePropertyData" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi serializable sealed beforefieldinit RemotePropertyData extends System.ValueType" />
<TypeSignature Language="DocId" Value="T:System.AddIn.Contract.Automation.RemotePropertyData" />
<AssemblyInfo>
<AssemblyName>System.AddIn.Contract</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Provides information about a property of a type that components can access across application domain and process boundaries.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The <xref:System.AddIn.Contract.Automation.RemotePropertyData> structure provides information about a property of an object that implements the <xref:System.AddIn.Contract.Automation.IRemoteObjectContract> interface.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="Attributes">
<MemberSignature Language="C#" Value="public System.Reflection.PropertyAttributes Attributes;" />
<MemberSignature Language="ILAsm" Value=".field public valuetype System.Reflection.PropertyAttributes Attributes" />
<MemberSignature Language="DocId" Value="F:System.AddIn.Contract.Automation.RemotePropertyData.Attributes" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.AddIn.Contract</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Reflection.PropertyAttributes</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents the attributes of the property that this <see cref="T:System.AddIn.Contract.Automation.RemotePropertyData" /> describes.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The value of this field is <xref:System.Reflection.PropertyAttributes.None> if this <xref:System.AddIn.Contract.Automation.RemotePropertyData> describes a property of a COM object.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="CanRead">
<MemberSignature Language="C#" Value="public bool CanRead;" />
<MemberSignature Language="ILAsm" Value=".field public bool CanRead" />
<MemberSignature Language="DocId" Value="F:System.AddIn.Contract.Automation.RemotePropertyData.CanRead" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.AddIn.Contract</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Indicates whether this <see cref="T:System.AddIn.Contract.Automation.RemotePropertyData" /> describes a readable property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The value of this field is `true` if this <xref:System.AddIn.Contract.Automation.RemotePropertyData> describes a readable property; otherwise, the value of this field is `false`.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="CanWrite">
<MemberSignature Language="C#" Value="public bool CanWrite;" />
<MemberSignature Language="ILAsm" Value=".field public bool CanWrite" />
<MemberSignature Language="DocId" Value="F:System.AddIn.Contract.Automation.RemotePropertyData.CanWrite" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.AddIn.Contract</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Indicates whether this <see cref="T:System.AddIn.Contract.Automation.RemotePropertyData" /> describes a writable property.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The value of this field is `true` if this <xref:System.AddIn.Contract.Automation.RemotePropertyData> describes a writeable property; otherwise, the value of this field is `false`.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="IndexParameters">
<MemberSignature Language="C#" Value="public System.AddIn.Contract.Automation.RemoteParameterData[] IndexParameters;" />
<MemberSignature Language="ILAsm" Value=".field public valuetype System.AddIn.Contract.Automation.RemoteParameterData[] IndexParameters" />
<MemberSignature Language="DocId" Value="F:System.AddIn.Contract.Automation.RemotePropertyData.IndexParameters" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.AddIn.Contract</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.AddIn.Contract.Automation.RemoteParameterData[]</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents the index parameters for the property that this <see cref="T:System.AddIn.Contract.Automation.RemotePropertyData" /> describes.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="MemberData">
<MemberSignature Language="C#" Value="public System.AddIn.Contract.Automation.RemoteMemberData MemberData;" />
<MemberSignature Language="ILAsm" Value=".field public valuetype System.AddIn.Contract.Automation.RemoteMemberData MemberData" />
<MemberSignature Language="DocId" Value="F:System.AddIn.Contract.Automation.RemotePropertyData.MemberData" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.AddIn.Contract</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.AddIn.Contract.Automation.RemoteMemberData</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents member data for the property that this <see cref="T:System.AddIn.Contract.Automation.RemotePropertyData" /> describes.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The member data includes the name of the property and the type that declares the property.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="PropertyType">
<MemberSignature Language="C#" Value="public System.AddIn.Contract.Automation.IRemoteTypeContract PropertyType;" />
<MemberSignature Language="ILAsm" Value=".field public class System.AddIn.Contract.Automation.IRemoteTypeContract PropertyType" />
<MemberSignature Language="DocId" Value="F:System.AddIn.Contract.Automation.RemotePropertyData.PropertyType" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.AddIn.Contract</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.AddIn.Contract.Automation.IRemoteTypeContract</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents the type of the property that this <see cref="T:System.AddIn.Contract.Automation.RemotePropertyData" /> describes.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>