ITypeLib.IsName Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub IsName ( _
szNameBuf As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef pfName As Integer, _
<OutAttribute> ByRef pBstrLibName As String _
)
'Usage
Dim instance As ITypeLib
Dim szNameBuf As String
Dim lHashVal As UInteger
Dim pfName As Integer
Dim pBstrLibName As String
instance.IsName(szNameBuf, lHashVal, pfName, _
pBstrLibName)
void IsName(
string szNameBuf,
uint lHashVal,
out int pfName,
out string pBstrLibName
)
void IsName(
[InAttribute] String^ szNameBuf,
[InAttribute] unsigned int lHashVal,
[OutAttribute] int% pfName,
[OutAttribute] String^% pBstrLibName
)
abstract IsName :
szNameBuf:string *
lHashVal:uint32 *
pfName:int byref *
pBstrLibName:string byref -> unit
function IsName(
szNameBuf : String,
lHashVal : uint,
pfName : int,
pBstrLibName : String
)
Parameters
- szNameBuf
Type: System.String
- lHashVal
Type: System.UInt32
- pfName
Type: System.Int32%
- pBstrLibName
Type: System.String%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.