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

声明
Sub GetRefTypeInfo ( _
    hreftype As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type _
)
用法
Dim instance As ITypeInfo
Dim hreftype As UInteger
Dim ppTInfo As Type

instance.GetRefTypeInfo(hreftype, ppTInfo)
void GetRefTypeInfo(
    uint hreftype,
    out Type ppTInfo
)
void GetRefTypeInfo(
    [InAttribute] unsigned int hreftype, 
    [OutAttribute] Type^% ppTInfo
)
function GetRefTypeInfo(
    hreftype : uint, 
    ppTInfo : Type
)

Parameters

  • hreftype
    Type: System.UInt32

    Handle to the referenced type description to be returned.

  • ppTInfo
    Type: System.Type%

    Reference type description.

Permissions

See Also

Reference

ITypeInfo Interface

ITypeInfo Members

Microsoft.VisualStudio.VsWizard Namespace