ITypeLib2::IsName Method (String^, Int32)
.NET Framework (current version)
Indicates whether a passed-in string contains the name of a type or member described in the library.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- szNameBuf
-
Type:
System::String^
The string to test.
- lHashVal
-
Type:
System::Int32
The hash value of szNameBuf.
Return Value
Type: System::Booleantrue if szNameBuf was found in the type library; otherwise, false.
Implements
ITypeLib::IsName(String^, Int32)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
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: