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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.