Megosztás a következőn keresztül:


ITypeLib.GetTypeInfo Method

Retrieves the specified type description in the library.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Sub GetTypeInfo ( _
    index As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
void GetTypeInfo(
    uint index,
    out Type ppTInfo
)
void GetTypeInfo(
    [InAttribute] unsigned int index, 
    [OutAttribute] Type^% ppTInfo
)
abstract GetTypeInfo : 
        index:uint32 * 
        ppTInfo:Type byref -> unit 
function GetTypeInfo(
    index : uint, 
    ppTInfo : Type
)

Parameters

  • ppTInfo
    Type: System.Type%
    If successful, returns a pointer to the pointer to the ITypeInfo interface.

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.VsWizard Namespace