-
Notifications
You must be signed in to change notification settings - Fork 19
/
ColumnFormatClass.xml
324 lines (324 loc) · 20.4 KB
/
ColumnFormatClass.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<Type Name="ColumnFormatClass" FullName="Microsoft.Office.Interop.Outlook.ColumnFormatClass">
<TypeSignature Language="C#" Value="public class ColumnFormatClass : Microsoft.Office.Interop.Outlook.ColumnFormat" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi ColumnFormatClass extends System.Object implements class Microsoft.Office.Interop.Outlook._ColumnFormat, class Microsoft.Office.Interop.Outlook.ColumnFormat" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Outlook.ColumnFormatClass" />
<TypeSignature Language="VB.NET" Value="Public Class ColumnFormatClass
Implements ColumnFormat" />
<TypeSignature Language="C++ CLI" Value="public ref class ColumnFormatClass : Microsoft::Office::Interop::Outlook::ColumnFormat" />
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Office.Interop.Outlook.ColumnFormat</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.ClassInterface(0)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("0006109E-0000-0000-C000-000000000046")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Align">
<MemberSignature Language="C#" Value="public virtual Microsoft.Office.Interop.Outlook.OlAlign Align { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Office.Interop.Outlook.OlAlign Align" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Align" />
<MemberSignature Language="VB.NET" Value="Public Overridable Property Align As OlAlign" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property Microsoft::Office::Interop::Outlook::OlAlign Align { Microsoft::Office::Interop::Outlook::OlAlign get(); void set(Microsoft::Office::Interop::Outlook::OlAlign value); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.Align</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(64034)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(64034)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>set: System.Runtime.InteropServices.DispId(64034)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Outlook.OlAlign</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Application">
<MemberSignature Language="C#" Value="public virtual Microsoft.Office.Interop.Outlook.Application Application { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Office.Interop.Outlook.Application Application" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Application" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Application As Application" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property Microsoft::Office::Interop::Outlook::Application ^ Application { Microsoft::Office::Interop::Outlook::Application ^ get(); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.Application</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(61440)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(61440)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Outlook.Application</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Class">
<MemberSignature Language="C#" Value="public virtual Microsoft.Office.Interop.Outlook.OlObjectClass Class { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Office.Interop.Outlook.OlObjectClass Class" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Class" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Class As OlObjectClass" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property Microsoft::Office::Interop::Outlook::OlObjectClass Class { Microsoft::Office::Interop::Outlook::OlObjectClass get(); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.Class</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(61450)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(61450)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Outlook.OlObjectClass</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FieldFormat">
<MemberSignature Language="C#" Value="public virtual int FieldFormat { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 FieldFormat" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.FieldFormat" />
<MemberSignature Language="VB.NET" Value="Public Overridable Property FieldFormat As Integer" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property int FieldFormat { int get(); void set(int value); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.FieldFormat</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(64396)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(64396)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>set: System.Runtime.InteropServices.DispId(64396)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FieldType">
<MemberSignature Language="C#" Value="public virtual Microsoft.Office.Interop.Outlook.OlUserPropertyType FieldType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Office.Interop.Outlook.OlUserPropertyType FieldType" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.FieldType" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property FieldType As OlUserPropertyType" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property Microsoft::Office::Interop::Outlook::OlUserPropertyType FieldType { Microsoft::Office::Interop::Outlook::OlUserPropertyType get(); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.FieldType</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(64398)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(64398)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Outlook.OlUserPropertyType</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Label">
<MemberSignature Language="C#" Value="public virtual string Label { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Label" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Label" />
<MemberSignature Language="VB.NET" Value="Public Overridable Property Label As String" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.Label</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(64030)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(64030)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>set: System.Runtime.InteropServices.DispId(64030)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Parent">
<MemberSignature Language="C#" Value="public virtual object Parent { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance object Parent" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Parent" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Parent As Object" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property System::Object ^ Parent { System::Object ^ get(); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.Parent</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(61441)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(61441)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Session">
<MemberSignature Language="C#" Value="public virtual Microsoft.Office.Interop.Outlook.NameSpace Session { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Office.Interop.Outlook.NameSpace Session" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Session" />
<MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Session As NameSpace" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property Microsoft::Office::Interop::Outlook::NameSpace ^ Session { Microsoft::Office::Interop::Outlook::NameSpace ^ get(); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.Session</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(61451)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(61451)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Outlook.NameSpace</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Width">
<MemberSignature Language="C#" Value="public virtual int Width { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 Width" />
<MemberSignature Language="DocId" Value="P:Microsoft.Office.Interop.Outlook.ColumnFormatClass.Width" />
<MemberSignature Language="VB.NET" Value="Public Overridable Property Width As Integer" />
<MemberSignature Language="C++ CLI" Value="public:
 virtual property int Width { int get(); void set(int value); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Microsoft.Office.Interop.Outlook._ColumnFormat.Width</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Outlook</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.DispId(8471)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>get: System.Runtime.InteropServices.DispId(8471)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>set: System.Runtime.InteropServices.DispId(8471)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<summary>This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this class only when you have to access an earlier event in this class that has been subsequently extended in a later version of Outlook. Otherwise, use the .NET interface derived from the COM coclass. For information about the .NET interface, see <see cref="T:Microsoft.Office.Interop.Outlook.ColumnFormat" />.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>