IMoniker.CommonPrefixWith(IMoniker, IMoniker) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據這個 Moniker 與另一個 Moniker 共用的共同首碼建立新 Moniker。
public:
void CommonPrefixWith(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkOther, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmkPrefix);
public void CommonPrefixWith (System.Runtime.InteropServices.ComTypes.IMoniker pmkOther, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkPrefix);
public void CommonPrefixWith (System.Runtime.InteropServices.ComTypes.IMoniker pmkOther, out System.Runtime.InteropServices.ComTypes.IMoniker? ppmkPrefix);
abstract member CommonPrefixWith : System.Runtime.InteropServices.ComTypes.IMoniker * IMoniker -> unit
Public Sub CommonPrefixWith (pmkOther As IMoniker, ByRef ppmkPrefix As IMoniker)
參數
- pmkOther
- IMoniker
另一個 Moniker 上的 IMoniker
介面參考,用於比較一般前置字元的目前 Moniker。
- ppmkPrefix
- IMoniker
這個方法傳回時,包含為目前 Moniker 和 pmkOther
的共同首碼的 Moniker。 這個參數會以未初始化的狀態傳遞。
備註
如需詳細資訊,請參閱 IMoniker::CommonPrefixWith 方法。