ITypeInfo.RemoteGetNames, 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 RemoteGetNames ( _
memid As Integer, _
<OutAttribute> ByRef rgBstrNames As String, _
cMaxNames As UInteger, _
<OutAttribute> ByRef pcNames As UInteger _
)
void RemoteGetNames(
int memid,
out string rgBstrNames,
uint cMaxNames,
out uint pcNames
)
void RemoteGetNames(
[InAttribute] int memid,
[OutAttribute] String^% rgBstrNames,
[InAttribute] unsigned int cMaxNames,
[OutAttribute] unsigned int% pcNames
)
abstract RemoteGetNames :
memid:int *
rgBstrNames:string byref *
cMaxNames:uint32 *
pcNames:uint32 byref -> unit
function RemoteGetNames(
memid : int,
rgBstrNames : String,
cMaxNames : uint,
pcNames : uint
)
Paramètres
- memid
Type : System.Int32
- rgBstrNames
Type : System.String%
- cMaxNames
Type : System.UInt32
- pcNames
Type : System.UInt32%
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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.