Share via


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: Int32

     

  • rgBstrNames
    Typ: String%

     

  • cMaxNames
    Typ: UInt32

     

  • pcNames
    Typ: UInt32%

     

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITypeInfo Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů