Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Guid%
GUID of the type description.
- ppTInfo
Type: System.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.