Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the type of a type description.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Sub GetTypeInfoType ( _
index As UInteger, _
<OutAttribute> ByRef pTKind As tagTYPEKIND _
)
void GetTypeInfoType(
uint index,
out tagTYPEKIND pTKind
)
void GetTypeInfoType(
[InAttribute] unsigned int index,
[OutAttribute] tagTYPEKIND% pTKind
)
abstract GetTypeInfoType :
index:uint32 *
pTKind:tagTYPEKIND byref -> unit
function GetTypeInfoType(
index : uint,
pTKind : tagTYPEKIND
)
Parameters
index
Type: UInt32Index of the type description within the type library.
pTKind
Type: Microsoft.VisualStudio.VsWizard.tagTYPEKIND%Pointer to the TypeKind enumeration for the type description.
.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.