IMoniker.CommonPrefixWith(IMoniker, IMoniker) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于此名字对象与另一名字对象共有的公共前缀创建新的名字对象。
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
对另一名字对象上的 IMoniker
接口的引用,将使用该名字对象与当前名字对象进行比较,以获得公共前缀。
- ppmkPrefix
- IMoniker
此方法返回时,包含作为当前名字对象和 pmkOther
的公共前缀的名字对象。 此参数未经初始化即被传递。
注解
有关详细信息,请参阅 IMoniker::CommonPrefixWith 方法。