IMoniker.RelativePathTo(IMoniker, IMoniker) Méthode

Définition

Fournit un moniker qui, lorsqu’il est ajouté au moniker actuel (ou avec une structure similaire), génère le moniker spécifié.

public:
 void RelativePathTo(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkOther, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmkRelPath);
public void RelativePathTo(System.Runtime.InteropServices.ComTypes.IMoniker pmkOther, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkRelPath);
abstract member RelativePathTo : System.Runtime.InteropServices.ComTypes.IMoniker * IMoniker -> unit
Public Sub RelativePathTo (pmkOther As IMoniker, ByRef ppmkRelPath As IMoniker)

Paramètres

pmkOther
IMoniker

Référence au moniker auquel un chemin relatif doit être pris.

ppmkRelPath
IMoniker

Lorsque cette méthode est retournée, contient une référence au moniker relatif. Ce paramètre est passé non initialisé.

Remarques

Pour plus d’informations, consultez la méthode IMoniker ::RelativePathTo.

S’applique à