Metodo ITypeLib.RemoteIsName
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Sintassi
'Dichiarazione
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
)
Parametri
szNameBuf
Tipo: String
lHashVal
Tipo: UInt32
pfName
Tipo: Int32%
pBstrLibName
Tipo: String%
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.