ITypeLib2.IsName(String, Int32) Método

Definição

Indica se uma cadeia de caracteres passada contém o nome de um tipo ou membro descrito na biblioteca.Indicates whether a passed-in string contains the name of a type or member described in the library.

public:
 bool IsName(System::String ^ szNameBuf, int lHashVal);
public bool IsName (string szNameBuf, int lHashVal);
abstract member IsName : string * int -> bool
Public Function IsName (szNameBuf As String, lHashVal As Integer) As Boolean

Parâmetros

szNameBuf
String

A cadeia de caracteres a ser testada.The string to test.

lHashVal
Int32

O valor de hash de szNameBuf.The hash value of szNameBuf.

Retornos

Boolean

true se szNameBuf for encontrado na biblioteca de tipos; caso contrário, false.true if szNameBuf was found in the type library; otherwise, false.

Implementações

Comentários

Para obter mais informações, consulte método ITypeLib:: IsName.For more information, see ITypeLib::IsName method.

Aplica-se a