Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetTypeInfoType ( _
index As UInteger, _
<OutAttribute> pTKind As TYPEKIND() _
)
'Usage
Dim instance As ITypeLib
Dim index As UInteger
Dim pTKind As TYPEKIND()
instance.GetTypeInfoType(index, pTKind)
void GetTypeInfoType(
uint index,
TYPEKIND[] pTKind
)
void GetTypeInfoType(
[InAttribute] unsigned int index,
[OutAttribute] array<TYPEKIND>^ pTKind
)
abstract GetTypeInfoType :
index:uint32 *
pTKind:TYPEKIND[] byref -> unit
function GetTypeInfoType(
index : uint,
pTKind : TYPEKIND[]
)
Parameters
- index
Type: System.UInt32
- pTKind
Type: array<Microsoft.VisualStudio.OLE.Interop.TYPEKIND[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.