Método ITypeLib.RemoteIsName
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (em Microsoft.VisualStudio.VsWizard.dll)
Sintaxe
'Declaração
Sub RemoteIsName ( _
szNameBuf As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef pfName As Integer, _
<OutAttribute> ByRef pBstrLibName As String _
)
void RemoteIsName(
string szNameBuf,
uint lHashVal,
out int pfName,
out string pBstrLibName
)
void RemoteIsName(
[InAttribute] String^ szNameBuf,
[InAttribute] unsigned int lHashVal,
[OutAttribute] int% pfName,
[OutAttribute] String^% pBstrLibName
)
abstract RemoteIsName :
szNameBuf:string *
lHashVal:uint32 *
pfName:int byref *
pBstrLibName:string byref -> unit
function RemoteIsName(
szNameBuf : String,
lHashVal : uint,
pfName : int,
pBstrLibName : String
)
Parâmetros
- szNameBuf
Tipo: System.String
- lHashVal
Tipo: System.UInt32
- pfName
Tipo: System.Int32%
- pBstrLibName
Tipo: System.String%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.