forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathIAccIdentity.xml
More file actions
81 lines (77 loc) · 5.63 KB
/
IAccIdentity.xml
File metadata and controls
81 lines (77 loc) · 5.63 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
<Type Name="IAccIdentity" FullName="Accessibility.IAccIdentity">
<TypeSignature Language="C#" Value="public interface IAccIdentity" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IAccIdentity" />
<TypeSignature Language="DocId" Value="T:Accessibility.IAccIdentity" />
<TypeSignature Language="VB.NET" Value="Public Interface IAccIdentity" />
<TypeSignature Language="F#" Value="type IAccIdentity = interface" />
<TypeSignature Language="C++ CLI" Value="public interface class IAccIdentity" />
<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("7852B78D-1CFD-41C1-A615-9C0C85960B5F")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.Guid("7852B78D-1CFD-41C1-A615-9C0C85960B5F")>]</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-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.IAccIdentity" /> and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccIdentity" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="GetIdentityString">
<MemberSignature Language="C#" Value="public void GetIdentityString (uint dwIDChild, IntPtr ppIDString, out uint pdwIDStringLen);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void GetIdentityString([in]unsigned int32 dwIDChild, [out] native int ppIDString, [out] unsigned int32& pdwIDStringLen) runtime managed" />
<MemberSignature Language="DocId" Value="M:Accessibility.IAccIdentity.GetIdentityString(System.UInt32,System.IntPtr,System.UInt32@)" />
<MemberSignature Language="VB.NET" Value="Public Sub GetIdentityString (dwIDChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)" />
<MemberSignature Language="F#" Value="abstract member GetIdentityString : uint32 * nativeint * uint32 -> unit" Usage="iAccIdentity.GetIdentityString (dwIDChild, ppIDString, pdwIDStringLen)" />
<MemberSignature Language="C++ CLI" Value="public:
 void GetIdentityString(System::UInt32 dwIDChild, 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="dwIDChild" Type="System.UInt32" />
<Parameter Name="ppIDString" Type="System.IntPtr" />
<Parameter Name="pdwIDStringLen" Type="System.UInt32" RefType="out" />
</Parameters>
<Docs>
<param name="dwIDChild">Specifies which child of the IAccessible object the caller wants to identify.</param>
<param name="ppIDString">Address of a variable that receives a pointer to a callee-allocated identity string. The callee allocates the identity string using <see langword="CoTaskMemAlloc" />; the caller must release the identity string by using <see langword="CoTaskMemFree" /> when finished.</param>
<param name="pdwIDStringLen">Address of a variable that receives the length, in bytes, of the callee-allocated identity string.</param>
<summary>The <see cref="T:Accessibility.IAccIdentity" /> and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) <see langword="IAccIdentity" /> interface.</summary>
<remarks>
<format type="text/markdown"><.
]]></format>
</remarks>
</Docs>
</Member>
</Members>
</Type>