forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathIAccPropServices.xml
More file actions
799 lines (767 loc) · 65.6 KB
/
IAccPropServices.xml
File metadata and controls
799 lines (767 loc) · 65.6 KB
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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
<Type Name="IAccPropServices" FullName="Accessibility.IAccPropServices">
<TypeSignature Language="C#" Value="public interface IAccPropServices" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IAccPropServices" />
<TypeSignature Language="DocId" Value="T:Accessibility.IAccPropServices" />
<TypeSignature Language="VB.NET" Value="Public Interface IAccPropServices" />
<TypeSignature Language="F#" Value="type IAccPropServices = interface" />
<TypeSignature Language="C++ CLI" Value="public interface class IAccPropServices" />
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComConversionLoss]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComConversionLoss>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.Guid("6E26E776-04F0-495D-80E4-3330352E3169")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.Guid("6E26E776-04F0-495D-80E4-3330352E3169")>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5">
<AttributeName Language="C#">[System.Runtime.InteropServices.InterfaceType(1)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.InterfaceType(1)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0">
<AttributeName Language="C#">[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="ClearHmenuProps">
<MemberSignature Language="C#" Value="public void ClearHmenuProps (ref Accessibility._RemotableHandle hmenu, uint idChild, ref Guid paProps, int cProps);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ClearHmenuProps([in]valuetype Accessibility._RemotableHandle& hmenu, [in]unsigned int32 idChild, [in]valuetype System.Guid& paProps, [in]int32 cProps) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.ClearHmenuProps(Accessibility._RemotableHandle@,System.UInt32,System.Guid@,System.Int32)" />
<MemberSignature Language="VB.NET" Value="Public Sub ClearHmenuProps (ByRef hmenu As _RemotableHandle, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)" />
<MemberSignature Language="F#" Value="abstract member ClearHmenuProps : _RemotableHandle * uint32 * Guid * int -> unit" Usage="iAccPropServices.ClearHmenuProps (hmenu, idChild, paProps, cProps)" />
<MemberSignature Language="C++ CLI" Value="public:
 void ClearHmenuProps(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid % paProps, int cProps);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hmenu" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="paProps" Type="System.Guid" RefType="ref" />
<Parameter Name="cProps" Type="System.Int32" />
</Parameters>
<Docs>
<param name="hmenu">Identifies the HMENU-based accessible element to be annotated.</param>
<param name="idChild">Specifies the child ID of the accessible element.</param>
<param name="paProps">Specifies an array of properties to be reset. These properties will revert to the default behavior that they displayed before they were annotated.</param>
<param name="cProps">Specifies the number of properties in the <paramref name="paProps" /> array.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ClearHwndProps">
<MemberSignature Language="C#" Value="public void ClearHwndProps (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ClearHwndProps([in]valuetype Accessibility._RemotableHandle& hwnd, [in]unsigned int32 idObject, [in]unsigned int32 idChild, [in]valuetype System.Guid& paProps, [in]int32 cProps) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.ClearHwndProps(Accessibility._RemotableHandle@,System.UInt32,System.UInt32,System.Guid@,System.Int32)" />
<MemberSignature Language="VB.NET" Value="Public Sub ClearHwndProps (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ByRef paProps As Guid, cProps As Integer)" />
<MemberSignature Language="F#" Value="abstract member ClearHwndProps : _RemotableHandle * uint32 * uint32 * Guid * int -> unit" Usage="iAccPropServices.ClearHwndProps (hwnd, idObject, idChild, paProps, cProps)" />
<MemberSignature Language="C++ CLI" Value="public:
 void ClearHwndProps(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hwnd" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idObject" Type="System.UInt32" />
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="paProps" Type="System.Guid" RefType="ref" />
<Parameter Name="cProps" Type="System.Int32" />
</Parameters>
<Docs>
<param name="hwnd">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idObject">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idChild">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="paProps">Specifies an array of properties that is to be reset. These properties will revert to the default behavior that they displayed before they were annotated.</param>
<param name="cProps">Specifies the number of properties in the <paramref name="paProps" /> array.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ClearProps">
<MemberSignature Language="C#" Value="public void ClearProps (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ClearProps([in]unsigned int8& pIDString, [in]unsigned int32 dwIDStringLen, [in]valuetype System.Guid& paProps, [in]int32 cProps) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.ClearProps(System.Byte@,System.UInt32,System.Guid@,System.Int32)" />
<MemberSignature Language="VB.NET" Value="Public Sub ClearProps (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer)" />
<MemberSignature Language="F#" Value="abstract member ClearProps : byte * uint32 * Guid * int -> unit" Usage="iAccPropServices.ClearProps (pIDString, dwIDStringLen, paProps, cProps)" />
<MemberSignature Language="C++ CLI" Value="public:
 void ClearProps(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pIDString" Type="System.Byte" RefType="ref" />
<Parameter Name="dwIDStringLen" Type="System.UInt32" />
<Parameter Name="paProps" Type="System.Guid" RefType="ref" />
<Parameter Name="cProps" Type="System.Int32" />
</Parameters>
<Docs>
<param name="pIDString">Identifies the accessible element that is to be un-annotated.</param>
<param name="dwIDStringLen">Length of <paramref name="pIDString" />.</param>
<param name="paProps">Specifies an array of properties that is to be reset. These properties will revert to the default behavior they displayed before they were annotated.</param>
<param name="cProps">Specifies the number of properties in the <paramref name="paProps" /> array.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ComposeHmenuIdentityString">
<MemberSignature Language="C#" Value="public void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ComposeHmenuIdentityString([in]valuetype Accessibility._RemotableHandle& hmenu, [in]unsigned int32 idChild, [out] native int ppIDString, [out] unsigned int32& pdwIDStringLen) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.ComposeHmenuIdentityString(Accessibility._RemotableHandle@,System.UInt32,System.IntPtr,System.UInt32@)" />
<MemberSignature Language="VB.NET" Value="Public Sub ComposeHmenuIdentityString (ByRef hmenu As _RemotableHandle, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)" />
<MemberSignature Language="F#" Value="abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit" Usage="iAccPropServices.ComposeHmenuIdentityString (hmenu, idChild, ppIDString, pdwIDStringLen)" />
<MemberSignature Language="C++ CLI" Value="public:
 void ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hmenu" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="ppIDString" Type="System.IntPtr" />
<Parameter Name="pdwIDStringLen" Type="System.UInt32" RefType="out" />
</Parameters>
<Docs>
<param name="hmenu">Identifies the HMENU-based accessible element.</param>
<param name="idChild">Specifies the child ID of the accessible element.</param>
<param name="ppIDString">Pointer to a buffer that receives the identity string. The callee allocates this buffer using <see langword="CoTaskMemAlloc" />. When finished, the caller must free the buffer by calling <see langword="CoTaskMemFree" />.</param>
<param name="pdwIDStringLen">Pointer to a buffer that receives the length of the identity string.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ComposeHwndIdentityString">
<MemberSignature Language="C#" Value="public void ComposeHwndIdentityString (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ComposeHwndIdentityString([in]valuetype Accessibility._RemotableHandle& hwnd, [in]unsigned int32 idObject, [in]unsigned int32 idChild, [out] native int ppIDString, [out] unsigned int32& pdwIDStringLen) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.ComposeHwndIdentityString(Accessibility._RemotableHandle@,System.UInt32,System.UInt32,System.IntPtr,System.UInt32@)" />
<MemberSignature Language="VB.NET" Value="Public Sub ComposeHwndIdentityString (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)" />
<MemberSignature Language="F#" Value="abstract member ComposeHwndIdentityString : _RemotableHandle * uint32 * uint32 * nativeint * uint32 -> unit" Usage="iAccPropServices.ComposeHwndIdentityString (hwnd, idObject, idChild, ppIDString, pdwIDStringLen)" />
<MemberSignature Language="C++ CLI" Value="public:
 void ComposeHwndIdentityString(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hwnd" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idObject" Type="System.UInt32" />
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="ppIDString" Type="System.IntPtr" />
<Parameter Name="pdwIDStringLen" Type="System.UInt32" RefType="out" />
</Parameters>
<Docs>
<param name="hwnd">Specifies the HWND of the accessible element that the caller wants to identify.</param>
<param name="idObject">Specifies the object ID of the accessible element.</param>
<param name="idChild">Specifies the child ID of the accessible element.</param>
<param name="ppIDString">Pointer to a buffer that receives the identity string. The callee allocates this buffer using <see langword="CoTaskMemAlloc" />. When finished, the caller must free the buffer by calling <see langword="CoTaskMemFree" />.</param>
<param name="pdwIDStringLen">Pointer to a buffer that receives the length of the identity string.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="DecomposeHmenuIdentityString">
<MemberSignature Language="C#" Value="public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DecomposeHmenuIdentityString([in]unsigned int8& pIDString, [in]unsigned int32 dwIDStringLen, [out] valuetype Accessibility._RemotableHandle& phmenu, [out] unsigned int32& pidChild) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.DecomposeHmenuIdentityString(System.Byte@,System.UInt32,Accessibility._RemotableHandle@,System.UInt32@)" />
<MemberSignature Language="VB.NET" Value="Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)" />
<MemberSignature Language="F#" Value="abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit" Usage="iAccPropServices.DecomposeHmenuIdentityString (pIDString, dwIDStringLen, phmenu, pidChild)" />
<MemberSignature Language="C++ CLI" Value="public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pIDString" Type="System.Byte" RefType="ref" Index="0" FrameworkAlternate="netframework-4.0" />
<Parameter Name="dwIDStringLen" Type="System.UInt32" Index="1" FrameworkAlternate="netframework-4.0" />
<Parameter Name="phmenu" Type="Accessibility._RemotableHandle" RefType="out" Index="2" FrameworkAlternate="netframework-4.0">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="pidChild" Type="System.UInt32" RefType="out" Index="3" FrameworkAlternate="netframework-4.0" />
</Parameters>
<Docs>
<param name="pIDString">Pointer to a buffer containing identity string of an HMENU-based accessible element.</param>
<param name="dwIDStringLen">Specifies the length of the identity string specified by <paramref name="pIDString" />.</param>
<param name="phmenu">Pointer to a buffer that receives the HMENU of the accessible element.</param>
<param name="pidChild">Pointer to a buffer that receives the child ID of the accessible element.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="DecomposeHmenuIdentityString">
<MemberSignature Language="C#" Value="public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DecomposeHmenuIdentityString([in]unsigned int8& pIDString, [in]unsigned int32 dwIDStringLen, [out] native int phmenu, [out] unsigned int32& pidChild) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.DecomposeHmenuIdentityString(System.Byte@,System.UInt32,System.IntPtr,System.UInt32@)" />
<MemberSignature Language="VB.NET" Value="Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)" />
<MemberSignature Language="F#" Value="abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit" Usage="iAccPropServices.DecomposeHmenuIdentityString (pIDString, dwIDStringLen, phmenu, pidChild)" />
<MemberSignature Language="C++ CLI" Value="public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pIDString" Type="System.Byte" RefType="ref" Index="0" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
<Parameter Name="dwIDStringLen" Type="System.UInt32" Index="1" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
<Parameter Name="phmenu" Type="System.IntPtr" Index="2" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="pidChild" Type="System.UInt32" RefType="out" Index="3" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
</Parameters>
<Docs>
<param name="pIDString">Pointer to a buffer containing identity string of an HMENU-based accessible element.</param>
<param name="dwIDStringLen">Specifies the length of the identity string specified by <paramref name="pIDString" />.</param>
<param name="phmenu">Pointer to a buffer that receives the HMENU of the accessible element.</param>
<param name="pidChild">Pointer to a buffer that receives the child ID of the accessible element.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DecomposeHwndIdentityString">
<MemberSignature Language="C#" Value="public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phwnd, out uint pidObject, out uint pidChild);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DecomposeHwndIdentityString([in]unsigned int8& pIDString, [in]unsigned int32 dwIDStringLen, [out] valuetype Accessibility._RemotableHandle& phwnd, [out] unsigned int32& pidObject, [out] unsigned int32& pidChild) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.DecomposeHwndIdentityString(System.Byte@,System.UInt32,Accessibility._RemotableHandle@,System.UInt32@,System.UInt32@)" />
<MemberSignature Language="VB.NET" Value="Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phwnd As _RemotableHandle, ByRef pidObject As UInteger, ByRef pidChild As UInteger)" />
<MemberSignature Language="F#" Value="abstract member DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit" Usage="iAccPropServices.DecomposeHwndIdentityString (pIDString, dwIDStringLen, phwnd, pidObject, pidChild)" />
<MemberSignature Language="C++ CLI" Value="public:
 void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pIDString" Type="System.Byte" RefType="ref" Index="0" FrameworkAlternate="netframework-4.0" />
<Parameter Name="dwIDStringLen" Type="System.UInt32" Index="1" FrameworkAlternate="netframework-4.0" />
<Parameter Name="phwnd" Type="Accessibility._RemotableHandle" RefType="out" Index="2" FrameworkAlternate="netframework-4.0">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="pidObject" Type="System.UInt32" RefType="out" Index="3" FrameworkAlternate="netframework-4.0" />
<Parameter Name="pidChild" Type="System.UInt32" RefType="out" Index="4" FrameworkAlternate="netframework-4.0" />
</Parameters>
<Docs>
<param name="pIDString">Pointer to a buffer containing identity string of an Hwnd-based accessible element.</param>
<param name="dwIDStringLen">Specifies the length of the identity string specified by <paramref name="pIDString" />.</param>
<param name="phwnd">Pointer to a buffer that receives the HWND of the accessible element.</param>
<param name="pidObject">Pointer to a buffer that receives the object ID of the accessible element.</param>
<param name="pidChild">Pointer to a buffer that receives the child ID of the accessible element.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="DecomposeHwndIdentityString">
<MemberSignature Language="C#" Value="public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DecomposeHwndIdentityString([in]unsigned int8& pIDString, [in]unsigned int32 dwIDStringLen, [out] native int phwnd, [out] unsigned int32& pidObject, [out] unsigned int32& pidChild) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.DecomposeHwndIdentityString(System.Byte@,System.UInt32,System.IntPtr,System.UInt32@,System.UInt32@)" />
<MemberSignature Language="VB.NET" Value="Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phwnd As IntPtr, ByRef pidObject As UInteger, ByRef pidChild As UInteger)" />
<MemberSignature Language="F#" Value="abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit" Usage="iAccPropServices.DecomposeHwndIdentityString (pIDString, dwIDStringLen, phwnd, pidObject, pidChild)" />
<MemberSignature Language="C++ CLI" Value="public:
 void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pIDString" Type="System.Byte" RefType="ref" Index="0" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
<Parameter Name="dwIDStringLen" Type="System.UInt32" Index="1" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
<Parameter Name="phwnd" Type="System.IntPtr" Index="2" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="pidObject" Type="System.UInt32" RefType="out" Index="3" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
<Parameter Name="pidChild" Type="System.UInt32" RefType="out" Index="4" FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;windowsdesktop-10.0;windowsdesktop-11.0;windowsdesktop-3.0;windowsdesktop-3.1;windowsdesktop-5.0;windowsdesktop-6.0;windowsdesktop-7.0;windowsdesktop-8.0;windowsdesktop-9.0" />
</Parameters>
<Docs>
<param name="pIDString">Pointer to a buffer containing identity string of an Hwnd-based accessible element.</param>
<param name="dwIDStringLen">Specifies the length of the identity string specified by <paramref name="pIDString" />.</param>
<param name="phwnd">Pointer to a buffer that receives the HWND of the accessible element.</param>
<param name="pidObject">Pointer to a buffer that receives the object ID of the accessible element.</param>
<param name="pidChild">Pointer to a buffer that receives the child ID of the accessible element.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SetHmenuProp">
<MemberSignature Language="C#" Value="public void SetHmenuProp (ref Accessibility._RemotableHandle hmenu, uint idChild, Guid idProp, object var);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetHmenuProp([in]valuetype Accessibility._RemotableHandle& hmenu, [in]unsigned int32 idChild, [in]valuetype System.Guid idProp, [in]object var) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetHmenuProp(Accessibility._RemotableHandle@,System.UInt32,System.Guid,System.Object)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetHmenuProp (ByRef hmenu As _RemotableHandle, idChild As UInteger, idProp As Guid, var As Object)" />
<MemberSignature Language="F#" Value="abstract member SetHmenuProp : _RemotableHandle * uint32 * Guid * obj -> unit" Usage="iAccPropServices.SetHmenuProp (hmenu, idChild, idProp, var)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetHmenuProp(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid idProp, System::Object ^ var);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hmenu" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="idProp" Type="System.Guid" />
<Parameter Name="var" Type="System.Object" />
</Parameters>
<Docs>
<param name="hmenu">Identifies the HMENU-based accessible element to be annotated.</param>
<param name="idChild">Specifies the child ID of the accessible element.</param>
<param name="idProp">Specifies which property of the accessible element is to be annotated.</param>
<param name="var">Specifies a new value for the <paramref name="idProp" /> property.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="SetHmenuPropServer">
<MemberSignature Language="C#" Value="public void SetHmenuPropServer (ref Accessibility._RemotableHandle hmenu, uint idChild, ref Guid paProps, int cProps, Accessibility.IAccPropServer pServer, Accessibility.AnnoScope AnnoScope);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetHmenuPropServer([in]valuetype Accessibility._RemotableHandle& hmenu, [in]unsigned int32 idChild, [in]valuetype System.Guid& paProps, [in]int32 cProps, [in]class Accessibility.IAccPropServer pServer, [in]valuetype Accessibility.AnnoScope AnnoScope) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetHmenuPropServer(Accessibility._RemotableHandle@,System.UInt32,System.Guid@,System.Int32,Accessibility.IAccPropServer,Accessibility.AnnoScope)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetHmenuPropServer (ByRef hmenu As _RemotableHandle, idChild As UInteger, ByRef paProps As Guid, cProps As Integer, pServer As IAccPropServer, AnnoScope As AnnoScope)" />
<MemberSignature Language="F#" Value="abstract member SetHmenuPropServer : _RemotableHandle * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit" Usage="iAccPropServices.SetHmenuPropServer (hmenu, idChild, paProps, cProps, pServer, AnnoScope)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetHmenuPropServer(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hmenu" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="paProps" Type="System.Guid" RefType="ref" />
<Parameter Name="cProps" Type="System.Int32" />
<Parameter Name="pServer" Type="Accessibility.IAccPropServer" />
<Parameter Name="AnnoScope" Type="Accessibility.AnnoScope" />
</Parameters>
<Docs>
<param name="hmenu">Identifies the HMENU-accessible element to be annotated.</param>
<param name="idChild">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="paProps">Specifies an array of properties that is to be handled by the specified callback object.</param>
<param name="cProps">Specifies the number of properties in the <paramref name="paProps" /> array.</param>
<param name="pServer">Specifies the callback object, which will be invoked when a client requests one of the overridden properties.</param>
<param name="AnnoScope">May be ANNO_THIS, indicating that the annotation affects the indicated accessible element only; or ANNO_CONTAINER, indicating that it applies to the element and its immediate element children.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="SetHmenuPropStr">
<MemberSignature Language="C#" Value="public void SetHmenuPropStr (ref Accessibility._RemotableHandle hmenu, uint idChild, Guid idProp, string str);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetHmenuPropStr([in]valuetype Accessibility._RemotableHandle& hmenu, [in]unsigned int32 idChild, [in]valuetype System.Guid idProp, [in]string str) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetHmenuPropStr(Accessibility._RemotableHandle@,System.UInt32,System.Guid,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetHmenuPropStr (ByRef hmenu As _RemotableHandle, idChild As UInteger, idProp As Guid, str As String)" />
<MemberSignature Language="F#" Value="abstract member SetHmenuPropStr : _RemotableHandle * uint32 * Guid * string -> unit" Usage="iAccPropServices.SetHmenuPropStr (hmenu, idChild, idProp, str)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetHmenuPropStr(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, Guid idProp, System::String ^ str);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hmenu" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHMENU")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="idProp" Type="System.Guid" />
<Parameter Name="str" Type="System.String" />
</Parameters>
<Docs>
<param name="hmenu">Identifies the HMENU-based accessible element to be annotated.</param>
<param name="idChild">Specifies the child ID of the accessible element.</param>
<param name="idProp">Specifies which property of the accessible element is to be annotated.</param>
<param name="str">Specifies a new value for the <paramref name="idProp" /> property.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="SetHwndProp">
<MemberSignature Language="C#" Value="public void SetHwndProp (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, Guid idProp, object var);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetHwndProp([in]valuetype Accessibility._RemotableHandle& hwnd, [in]unsigned int32 idObject, [in]unsigned int32 idChild, [in]valuetype System.Guid idProp, [in]object var) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetHwndProp(Accessibility._RemotableHandle@,System.UInt32,System.UInt32,System.Guid,System.Object)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetHwndProp (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, idProp As Guid, var As Object)" />
<MemberSignature Language="F#" Value="abstract member SetHwndProp : _RemotableHandle * uint32 * uint32 * Guid * obj -> unit" Usage="iAccPropServices.SetHwndProp (hwnd, idObject, idChild, idProp, var)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetHwndProp(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid idProp, System::Object ^ var);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hwnd" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idObject" Type="System.UInt32" />
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="idProp" Type="System.Guid" />
<Parameter Name="var" Type="System.Object" />
</Parameters>
<Docs>
<param name="hwnd">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idObject">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idChild">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idProp">Specifies which property of that element is to be annotated.</param>
<param name="var">Specifies a new value for that property.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="SetHwndPropServer">
<MemberSignature Language="C#" Value="public void SetHwndPropServer (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, ref Guid paProps, int cProps, Accessibility.IAccPropServer pServer, Accessibility.AnnoScope AnnoScope);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetHwndPropServer([in]valuetype Accessibility._RemotableHandle& hwnd, [in]unsigned int32 idObject, [in]unsigned int32 idChild, [in]valuetype System.Guid& paProps, [in]int32 cProps, [in]class Accessibility.IAccPropServer pServer, [in]valuetype Accessibility.AnnoScope AnnoScope) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetHwndPropServer(Accessibility._RemotableHandle@,System.UInt32,System.UInt32,System.Guid@,System.Int32,Accessibility.IAccPropServer,Accessibility.AnnoScope)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetHwndPropServer (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ByRef paProps As Guid, cProps As Integer, pServer As IAccPropServer, AnnoScope As AnnoScope)" />
<MemberSignature Language="F#" Value="abstract member SetHwndPropServer : _RemotableHandle * uint32 * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit" Usage="iAccPropServices.SetHwndPropServer (hwnd, idObject, idChild, paProps, cProps, pServer, AnnoScope)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetHwndPropServer(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hwnd" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idObject" Type="System.UInt32" />
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="paProps" Type="System.Guid" RefType="ref" />
<Parameter Name="cProps" Type="System.Int32" />
<Parameter Name="pServer" Type="Accessibility.IAccPropServer" />
<Parameter Name="AnnoScope" Type="Accessibility.AnnoScope" />
</Parameters>
<Docs>
<param name="hwnd">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idObject">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idChild">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="paProps">Specifies an array of properties that is to be handled by the specified callback object.</param>
<param name="cProps">Specifies the number of properties in the <paramref name="paProps" /> array.</param>
<param name="pServer">Specifies the callback object, which will be invoked when a client requests one of the overridden properties.</param>
<param name="AnnoScope">May be ANNO_THIS, indicating that the annotation affects the indicated accessible element only; or ANNO_CONTAINER, indicating that it applies to the element and its immediate element children.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="SetHwndPropStr">
<MemberSignature Language="C#" Value="public void SetHwndPropStr (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, Guid idProp, string str);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetHwndPropStr([in]valuetype Accessibility._RemotableHandle& hwnd, [in]unsigned int32 idObject, [in]unsigned int32 idChild, [in]valuetype System.Guid idProp, [in]string str) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetHwndPropStr(Accessibility._RemotableHandle@,System.UInt32,System.UInt32,System.Guid,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetHwndPropStr (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, idProp As Guid, str As String)" />
<MemberSignature Language="F#" Value="abstract member SetHwndPropStr : _RemotableHandle * uint32 * uint32 * Guid * string -> unit" Usage="iAccPropServices.SetHwndPropStr (hwnd, idObject, idChild, idProp, str)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetHwndPropStr(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, Guid idProp, System::String ^ str);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hwnd" Type="Accessibility._RemotableHandle" RefType="ref">
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComAliasName("Accessibility.wireHWND")>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="idObject" Type="System.UInt32" />
<Parameter Name="idChild" Type="System.UInt32" />
<Parameter Name="idProp" Type="System.Guid" />
<Parameter Name="str" Type="System.String" />
</Parameters>
<Docs>
<param name="hwnd">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idObject">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idChild">Identifies the accessible element that is to be annotated. This replaces the identity string.</param>
<param name="idProp">Specifies which property of that element is to be annotated.</param>
<param name="str">Specifies a new value for that property.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="SetPropServer">
<MemberSignature Language="C#" Value="public void SetPropServer (ref byte pIDString, uint dwIDStringLen, ref Guid paProps, int cProps, Accessibility.IAccPropServer pServer, Accessibility.AnnoScope AnnoScope);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetPropServer([in]unsigned int8& pIDString, [in]unsigned int32 dwIDStringLen, [in]valuetype System.Guid& paProps, [in]int32 cProps, [in]class Accessibility.IAccPropServer pServer, [in]valuetype Accessibility.AnnoScope AnnoScope) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetPropServer(System.Byte@,System.UInt32,System.Guid@,System.Int32,Accessibility.IAccPropServer,Accessibility.AnnoScope)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetPropServer (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef paProps As Guid, cProps As Integer, pServer As IAccPropServer, AnnoScope As AnnoScope)" />
<MemberSignature Language="F#" Value="abstract member SetPropServer : byte * uint32 * Guid * int * Accessibility.IAccPropServer * Accessibility.AnnoScope -> unit" Usage="iAccPropServices.SetPropServer (pIDString, dwIDStringLen, paProps, cProps, pServer, AnnoScope)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetPropServer(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid % paProps, int cProps, Accessibility::IAccPropServer ^ pServer, Accessibility::AnnoScope AnnoScope);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pIDString" Type="System.Byte" RefType="ref" />
<Parameter Name="dwIDStringLen" Type="System.UInt32" />
<Parameter Name="paProps" Type="System.Guid" RefType="ref" />
<Parameter Name="cProps" Type="System.Int32" />
<Parameter Name="pServer" Type="Accessibility.IAccPropServer" />
<Parameter Name="AnnoScope" Type="Accessibility.AnnoScope" />
</Parameters>
<Docs>
<param name="pIDString">Identifies the accessible element that is to be annotated.</param>
<param name="dwIDStringLen">Specifies the length of the string identified by the <paramref name="pIDString" /> parameter.</param>
<param name="paProps">Specifies an array of properties to be handled by the specified callback object.</param>
<param name="cProps">Specifies an array of properties to be handled by the specified callback object.</param>
<param name="pServer">Specifies the callback object that will be invoked when a client requests one of the overridden properties.</param>
<param name="AnnoScope">May be ANNO_THIS, indicating that the annotation affects the indicated accessible element only; or ANNO_CONTAINER, indicating that it applies to the element and its immediate element children.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="SetPropValue">
<MemberSignature Language="C#" Value="public void SetPropValue (ref byte pIDString, uint dwIDStringLen, Guid idProp, object var);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetPropValue([in]unsigned int8& pIDString, [in]unsigned int32 dwIDStringLen, [in]valuetype System.Guid idProp, [in]object var) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccPropServices.SetPropValue(System.Byte@,System.UInt32,System.Guid,System.Object)" />
<MemberSignature Language="VB.NET" Value="Public Sub SetPropValue (ByRef pIDString As Byte, dwIDStringLen As UInteger, idProp As Guid, var As Object)" />
<MemberSignature Language="F#" Value="abstract member SetPropValue : byte * uint32 * Guid * obj -> unit" Usage="iAccPropServices.SetPropValue (pIDString, dwIDStringLen, idProp, var)" />
<MemberSignature Language="C++ CLI" Value="public:
 void SetPropValue(System::Byte % pIDString, System::UInt32 dwIDStringLen, Guid idProp, System::Object ^ var);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Accessibility</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pIDString" Type="System.Byte" RefType="ref" />
<Parameter Name="dwIDStringLen" Type="System.UInt32" />
<Parameter Name="idProp" Type="System.Guid" />
<Parameter Name="var" Type="System.Object" />
</Parameters>
<Docs>
<param name="pIDString">Identifies the accessible element that is to be annotated.</param>
<param name="dwIDStringLen">Specifies the length of the string identified by the <paramref name="pIDString" /> parameter.</param>
<param name="idProp">Specifies the property of the accessible element to be annotated.</param>
<param name="var">Specifies a new value for the property.</param>
<summary>The <see cref="T:Accessibility.IAccPropServices" /> interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccPropServices" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
</Members>
</Type>