ITypeInfo.RemoteGetNames – metoda
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro vnitřní potřebu.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
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
)
Parametry
- memid
Typ: System.Int32
- rgBstrNames
Typ: System.String%
- cMaxNames
Typ: System.UInt32
- pcNames
Typ: System.UInt32%
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.