Share via


ITypeInfo.GetRefTypeOfImplType – metoda

Načte popis typu typů implementované rozhraní objektu třídy komponenty (coclass) nebo zděděné rozhraní.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Sub GetRefTypeOfImplType ( _
    index As UInteger, _
    <OutAttribute> ByRef pRefType As UInteger _
)
void GetRefTypeOfImplType(
    uint index,
    out uint pRefType
)
void GetRefTypeOfImplType(
    [InAttribute] unsigned int index, 
    [OutAttribute] unsigned int% pRefType
)
abstract GetRefTypeOfImplType : 
        index:uint32 * 
        pRefType:uint32 byref -> unit
function GetRefTypeOfImplType(
    index : uint, 
    pRefType : uint
)

Parametry

  • index
    Typ: UInt32

    Vrácený popisovač, jehož typ implementované index.Platný rozsah je 0 členu v cImplTypes Microsoft.VisualStudio.OLE.Interop.TYPEATTR struktury.

  • pRefType
    Typ: UInt32%

    Na vrácení, ukazatel na úchyt pro implementované rozhraní (pokud existuje).Tento popisovač mohou být předány do GetRefTypeInfo získat popis typu.

Poznámky

Přístup k Microsoft.VisualStudio.OLE.Interop.TYPEATTR knihovny a dokumentaci, je nutné stáhnout Visual Studio SDK z Visual Studio Extensibility webu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeInfo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů