UCOMIMoniker.CommonPrefixWith(UCOMIMoniker, UCOMIMoniker) Method

Definition

Creates a new moniker based on the common prefix that this moniker shares with another moniker.

public:
 void CommonPrefixWith(System::Runtime::InteropServices::UCOMIMoniker ^ pmkOther, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIMoniker ^ % ppmkPrefix);
public void CommonPrefixWith (System.Runtime.InteropServices.UCOMIMoniker pmkOther, out System.Runtime.InteropServices.UCOMIMoniker ppmkPrefix);
abstract member CommonPrefixWith : System.Runtime.InteropServices.UCOMIMoniker * UCOMIMoniker -> unit
Public Sub CommonPrefixWith (pmkOther As UCOMIMoniker, ByRef ppmkPrefix As UCOMIMoniker)

Parameters

pmkOther
UCOMIMoniker

A reference to the IMoniker interface on another moniker to compare with this for a common prefix.

ppmkPrefix
UCOMIMoniker

On successful return, contains the moniker that is the common prefix of this moniker and pmkOther.

Remarks

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

Applies to