Método UCOMITypeInfo.GetImplTypeFlags (Int32, Int32)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera o valor System.Runtime.InteropServices.IMPLTYPEFLAGS para uma interface ou interface base implementada em uma descrição de tipo.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetImplTypeFlags(
int index,
out int pImplTypeFlags
)
void GetImplTypeFlags(
int index,
[OutAttribute] int% pImplTypeFlags
)
abstract GetImplTypeFlags :
index:int *
pImplTypeFlags:int byref -> unit
Sub GetImplTypeFlags (
index As Integer,
<OutAttribute> ByRef pImplTypeFlags As Integer
)
Parâmetros
index
Type: System.Int32Índice da interface base ou interface implementada.
pImplTypeFlags
Type: System.Int32No retorno bem-sucedido, uma referência à enumeração IMPLTYPEFLAGS.
Comentários
Para obter informações adicionais sobre ITypeInfo::GetImplTypeFlags, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices
Retornar ao início