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


ITypeInfo.GetMops - метод

Retrieves marshaling information.

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

Синтаксис

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

instance.GetMops(memid, pBstrMops)
void GetMops(
    int memid,
    out string pBstrMops
)
void GetMops(
    [InAttribute] int memid, 
    [OutAttribute] String^% pBstrMops
)
function GetMops(
    memid : int, 
    pBstrMops : String
)

Параметры

  • memid
    Тип: System.Int32

    Member identifier that indicates which marshaling information is needed.

  • pBstrMops
    Тип: System.String%

    On return, pointer to the opcode string used in marshaling the members of the structure described by the referenced type description, or returns NULL if there is no information to return.

Разрешения

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

См. также

Ссылки

ITypeInfo Интерфейс

ITypeInfo - члены

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