ITypeInfo.GetRefTypeInfo Method

Retrieves the type descriptions referenced by a specified type description.

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

Syntax

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

Parameters

  • hreftype
    Type: UInt32

    Handle to the referenced type description to be returned.

  • ppTInfo
    Type: Type%

    Reference type description.

.NET Framework Security

See Also

Reference

ITypeInfo Interface

Microsoft.VisualStudio.VsWizard Namespace