Método UCOMITypeInfo.GetNames (Int32, String[], 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 a variável com a ID do membro especificada (ou o nome da propriedade ou método e seus parâmetros) que corresponde à ID da função especificada.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetNames(
int memid,
string[] rgBstrNames,
int cMaxNames,
out int pcNames
)
void GetNames(
int memid,
array<String^>^ rgBstrNames,
int cMaxNames,
[OutAttribute] int% pcNames
)
abstract GetNames :
memid:int *
rgBstrNames:string[] *
cMaxNames:int *
pcNames:int byref -> unit
Sub GetNames (
memid As Integer,
rgBstrNames As String(),
cMaxNames As Integer,
<OutAttribute> ByRef pcNames As Integer
)
Parâmetros
memid
Type: System.Int32A ID do membro cujo nome (ou nomes) é retornado.
rgBstrNames
Type: System.String[]No retorno bem-sucedido, contém o nome (ou nomes) associado ao membro.
cMaxNames
Type: System.Int32Comprimento da rgBstrNames matriz.
pcNames
Type: System.Int32No retorno de êxito, o número de nomes na rgBstrNames matriz.
Comentários
Para obter informações adicionais sobre ITypeInfo::GetNames, 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