ITypeInfo.GetRefTypeOfImplType (Método)

Recupera la descripción del tipo de los tipos de interfaz implementados para una clase de objeto componente (coclase) o una interfaz heredada.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • index
    Tipo: System.UInt32
    Índice del tipo implementado cuyo identificador se devuelve.El intervalo válido es 0 al miembro de los cImplTypes en la estructura de Microsoft.VisualStudio.OLE.Interop.TYPEATTR .
  • pRefType
    Tipo: System.UInt32%
    Al volver, puntero a un identificador para la interfaz implementada (si existe).Este identificador se puede pasar a GetRefTypeInfo para obtener la descripción del tipo.

Comentarios

Para obtener acceso a la biblioteca y documentación de Microsoft.VisualStudio.OLE.Interop.TYPEATTR , debe descargar Visual Studio SDK extensibilidad de Visual Studio de sitio.

Seguridad de .NET Framework

Vea también

Referencia

ITypeInfo Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)