IMoniker.CommonPrefixWith(IMoniker, IMoniker) 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 moniker basé sur le préfixe commun que ce moniker partage avec un autre 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);
abstract member CommonPrefixWith : System.Runtime.InteropServices.ComTypes.IMoniker * IMoniker -> unit
Public Sub CommonPrefixWith (pmkOther As IMoniker, ByRef ppmkPrefix As IMoniker)
Paramètres
- pmkOther
- IMoniker
Référence à l’interface IMoniker sur un autre moniker à comparer avec le moniker actuel pour un préfixe commun.
- ppmkPrefix
- IMoniker
Lorsque cette méthode est retournée, contient le moniker qui est le préfixe commun du moniker actuel et pmkOther. Ce paramètre est passé non initialisé.
Remarques
Pour plus d’informations, consultez la méthode IMoniker ::CommonPrefixWith.