ITypeLib.GetTypeInfoOfGuid Method

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

'Declaração
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.

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.VsWizard Namespace