ITypeInfo.GetMops(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetMops(int memid, [Runtime::InteropServices::Out] System::String ^ % pBstrMops);
public void GetMops (int memid, out string pBstrMops);
abstract member GetMops : int * string -> unit
Public Sub GetMops (memid As Integer, ByRef pBstrMops As String)
Parameters
- memid
- Int32
- pBstrMops
- String