Retrieves the type description that corresponds to the specified globally unique identifier (GUID).
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Sub GetTypeInfoOfGuid ( _
ByRef Guid As Guid, _
<OutAttribute> ByRef ppTInfo As Type _
)
用法
Dim instance As ITypeLib
Dim Guid As Guid
Dim ppTInfo As Type
instance.GetTypeInfoOfGuid(Guid, ppTInfo)
void GetTypeInfoOfGuid(
ref Guid Guid,
out Type ppTInfo
)
void GetTypeInfoOfGuid(
[InAttribute] Guid% Guid,
[OutAttribute] Type^% ppTInfo
)
function GetTypeInfoOfGuid(
Guid : Guid,
ppTInfo : Type
)
Parameters
Guid
Type: System.Guid%GUID of the type description.
ppTInfo
Type: System.Type%The ITypeInfo interface.
Permissions
- 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.