Share via


ITypeInfo.GetMops Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetMops ( _
    memid As Integer, _
    <OutAttribute> ByRef pBstrMops As String _
)
void GetMops(
    int memid,
    out string pBstrMops
)
void GetMops(
    [InAttribute] int memid, 
    [OutAttribute] String^% pBstrMops
)
abstract GetMops : 
        memid:int * 
        pBstrMops:string byref -> unit
function GetMops(
    memid : int, 
    pBstrMops : String
)

Parameters

.NET Framework Security

See Also

Reference

ITypeInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace