UCOMITypeInfo.GetImplTypeFlags(Int32, Int32) Método
Definição
Recupera o valor IMPLTYPEFLAGS para uma interface ou interface base implementada em uma descrição de tipo.Retrieves the IMPLTYPEFLAGS value for one implemented interface or base interface in a type description.
public:
void GetImplTypeFlags(int index, [Runtime::InteropServices::Out] int % pImplTypeFlags);
public void GetImplTypeFlags (int index, out int pImplTypeFlags);
abstract member GetImplTypeFlags : int * int -> unit
Public Sub GetImplTypeFlags (index As Integer, ByRef pImplTypeFlags As Integer)
Parâmetros
- index
- Int32
Índice da interface base ou interface implementada.Index of the implemented interface or base interface.
- pImplTypeFlags
- Int32
No retorno bem-sucedido, uma referência à enumeração IMPLTYPEFLAGS.On successful return, a reference to the IMPLTYPEFLAGS enumeration.
Comentários
Para obter informações adicionais sobre ITypeInfo::GetImplTypeFlags o, consulte a biblioteca MSDN.For additional information about ITypeInfo::GetImplTypeFlags, see the MSDN Library.