Compartilhar via


Método ITypeInfo.GetRefTypeOfImplType

Recupera a descrição do tipo dos tipos de interface implementada por uma classe de objeto componente (coclass) ou uma interface não herdada.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)

Sintaxe

'Declaração
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: UInt32

    Índice do tipo implementado cujo identificador é retornado. O intervalo válido é de 0 para o membro cImplTypes a Microsoft.VisualStudio.OLE.Interop.TYPEATTR estrutura.

  • pRefType
    Tipo: UInt32%

    Em retorno, ponteiro para uma alça para a interface implementada (se houver). Esse identificador pode ser passado para GetRefTypeInfo para obter a descrição do tipo.

Comentários

Para obter acesso ao Microsoft.VisualStudio.OLE.Interop.TYPEATTR biblioteca e documentação, você precisará baixar o SDK do Visual Studio da Visual Studio extensibilidade de site.

Segurança do .NET Framework

Consulte também

Referência

ITypeInfo Interface

Namespace Microsoft.VisualStudio.VsWizard