Share via


IMoniker.CommonPrefixWith(IMoniker, IMoniker) Yöntem

Tanım

Bu bilinen adın başka bir bilinen adla paylaştığı ortak ön eki temel alan yeni bir bilinen ad oluşturur.

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)

Parametreler

pmkOther
IMoniker

Ortak ön ekin IMoniker geçerli bilinen adıyla karşılaştırmak için başka bir bilinen addaki arabirime başvuru.

ppmkPrefix
IMoniker

Bu yöntem döndürdüğünde, ve geçerli bilinen adın ortak ön ekini içeren bilinen adı pmkOtheriçerir. Bu parametre, başlatmadan iletilir.

Açıklamalar

Daha fazla bilgi için bkz. IMoniker::CommonPrefixWith yöntemi.

Şunlara uygulanır