ITypeLib.IsName Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
‘선언
Sub IsName ( _
szNameBuf As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef pfName As Integer, _
<OutAttribute> ByRef pBstrLibName As String _
)
void IsName(
string szNameBuf,
uint lHashVal,
out int pfName,
out string pBstrLibName
)
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.