UCOMIMoniker.CommonPrefixWith(UCOMIMoniker, UCOMIMoniker) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un nouveau moniker basé sur le préfixe commun que ce moniker partage avec un autre 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)
Paramètres
- pmkOther
- UCOMIMoniker
Référence à l'interface IMoniker
sur un autre moniker à comparer avec ceci pour identifier un préfixe commun.
- ppmkPrefix
- UCOMIMoniker
Lors d'un retour, contient le moniker qui est le préfixe commun de ce moniker et de pmkOther
.
Remarques
Pour plus d’informations sur IMoniker::CommonPrefixWith
, consultez MSDN Library.