UCOMIMoniker.RelativePathTo(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.
Fournit un moniker qui, lorsqu'il est ajouté à ce moniker (ou à un moniker de structure similaire), produit le moniker spécifié.
public:
void RelativePathTo(System::Runtime::InteropServices::UCOMIMoniker ^ pmkOther, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIMoniker ^ % ppmkRelPath);
public void RelativePathTo (System.Runtime.InteropServices.UCOMIMoniker pmkOther, out System.Runtime.InteropServices.UCOMIMoniker ppmkRelPath);
abstract member RelativePathTo : System.Runtime.InteropServices.UCOMIMoniker * UCOMIMoniker -> unit
Public Sub RelativePathTo (pmkOther As UCOMIMoniker, ByRef ppmkRelPath As UCOMIMoniker)
Paramètres
- pmkOther
- UCOMIMoniker
Référence au moniker vers lequel un chemin relatif doit être pris.
- ppmkRelPath
- UCOMIMoniker
Lors d'un retour, référence au moniker relatif.
Remarques
Pour plus d’informations sur IMoniker::RelativePath
, consultez MSDN Library.