ITypeLib.RemoteFindName, méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Sub RemoteFindName ( _
szNameBuf As String, _
lHashVal As UInteger, _
<OutAttribute> ByRef ppTInfo As Type, _
<OutAttribute> ByRef rgMemId As Integer, _
<OutAttribute> ByRef pcFound As UShort, _
<OutAttribute> ByRef pBstrLibName As String _
)
void RemoteFindName(
string szNameBuf,
uint lHashVal,
out Type ppTInfo,
out int rgMemId,
out ushort pcFound,
out string pBstrLibName
)
void RemoteFindName(
[InAttribute] String^ szNameBuf,
[InAttribute] unsigned int lHashVal,
[OutAttribute] Type^% ppTInfo,
[OutAttribute] int% rgMemId,
[InAttribute] [OutAttribute] unsigned short% pcFound,
[OutAttribute] String^% pBstrLibName
)
abstract RemoteFindName :
szNameBuf:string *
lHashVal:uint32 *
ppTInfo:Type byref *
rgMemId:int byref *
pcFound:uint16 byref *
pBstrLibName:string byref -> unit
function RemoteFindName(
szNameBuf : String,
lHashVal : uint,
ppTInfo : Type,
rgMemId : int,
pcFound : ushort,
pBstrLibName : String
)
Paramètres
szNameBuf
Type : String
lHashVal
Type : UInt32
ppTInfo
Type : Type%
rgMemId
Type : Int32%
pcFound
Type : UInt16%
pBstrLibName
Type : String%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.