Поделиться через


ITypeInfo.RemoteGetNames - метод

Этот API поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.

Microsoft internal use only.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
Sub RemoteGetNames ( _
    memid As Integer, _
    <OutAttribute> ByRef rgBstrNames As String, _
    cMaxNames As UInteger, _
    <OutAttribute> ByRef pcNames As UInteger _
)
'Применение
Dim instance As ITypeInfo
Dim memid As Integer
Dim rgBstrNames As String
Dim cMaxNames As UInteger
Dim pcNames As UInteger

instance.RemoteGetNames(memid, rgBstrNames, _
    cMaxNames, pcNames)
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
)
function RemoteGetNames(
    memid : int, 
    rgBstrNames : String, 
    cMaxNames : uint, 
    pcNames : uint
)

Параметры

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

ITypeInfo Интерфейс

ITypeInfo - члены

Microsoft.VisualStudio.VsWizard - пространство имен