ITypeLib2::IsName Method (String^, Int32)

 

Indicates whether a passed-in string contains the name of a type or member described in the library.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

bool IsName(
	String^ szNameBuf,
	int lHashVal
)

Parameters

szNameBuf
Type: System::String^

The string to test.

lHashVal
Type: System::Int32

The hash value of szNameBuf.

Return Value

Type: System::Boolean

true if szNameBuf was found in the type library; otherwise, false.

For additional information about ITypeLib::IsName, see the MSDN Library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: