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 description that corresponds to the specified globally unique identifier (GUID).
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Sub GetTypeInfoOfGuid ( _
ByRef Guid As Guid, _
<OutAttribute> ByRef ppTInfo As Type _
)
void GetTypeInfoOfGuid(
ref Guid Guid,
out Type ppTInfo
)
void GetTypeInfoOfGuid(
[InAttribute] Guid% Guid,
[OutAttribute] Type^% ppTInfo
)
abstract GetTypeInfoOfGuid :
Guid:Guid byref *
ppTInfo:Type byref -> unit
function GetTypeInfoOfGuid(
Guid : Guid,
ppTInfo : Type
)
Parameters
Guid
Type: Guid%GUID of the type description.
ppTInfo
Type: Type%The ITypeInfo interface.
.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.