UCOMIMoniker.CommonPrefixWith(UCOMIMoniker, UCOMIMoniker) 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.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.