UCOMIMoniker.Inverse(UCOMIMoniker) Method

Definition

Provides a moniker that, when composed to the right of this moniker or one of similar structure, composes to nothing.

public:
 void Inverse([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIMoniker ^ % ppmk);
public void Inverse (out System.Runtime.InteropServices.UCOMIMoniker ppmk);
abstract member Inverse : UCOMIMoniker -> unit
Public Sub Inverse (ByRef ppmk As UCOMIMoniker)

Parameters

ppmk
UCOMIMoniker

On successful return, contains a moniker that is the inverse of this moniker.

Remarks

For more information about IMoniker::Inverse, see the MSDN Library.

Applies to