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 _
)
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: System.UInt32
 Handle to the referenced type description to be returned.
- ppTInfo
 Type: System.Type%
 Reference type description.
.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.