Udostępnij za pośrednictwem


Metoda ITypeInfo.GetRefTypeOfImplType —

Pobiera opis typu typów zaimplementowany interfejs klasy obiektu składnika (coclass) lub w interfejsie odziedziczonym.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
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: System.UInt32
    Indeks implementowany typ zwracany jest uchwyt których.Prawidłowy zakres wynosi od 0 do elementu członkowskiego cImplTypes w Microsoft.VisualStudio.OLE.Interop.TYPEATTR struktury.
  • pRefType
    Typ: System.UInt32%
    Na wskaźnik powrotu, obsługę zaimplementowany interfejs (jeśli ma zastosowanie).Ten uchwyt, mogą być przekazywane do GetRefTypeInfo Aby uzyskać opis typu.

Uwagi

Aby uzyskać dostęp do Microsoft.VisualStudio.OLE.Interop.TYPEATTR biblioteki i dokumentacji, należy pobrać Visual Studio SDK z Programu Visual Studio rozszerzalności witryny.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITypeInfo Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard