IFixedTypeInfo.GetMops(Int32, String) Method

Definition

For a description of this member, see GetMops(Int32, String).

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Identifier for the Mops.

pBstrMops
String

Location to return the Mops.

Applies to