IMoniker.RelativePathTo(IMoniker, IMoniker) Método

Definição

Fornece um moniker que, quando acrescentado ao moniker atual (ou uma com uma estrutura semelhante), gera o moniker especificado.Supplies a moniker that, when appended to the current moniker (or one with a similar structure), yields the specified moniker.

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);
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)

Parâmetros

pmkOther
IMoniker

Uma referência ao moniker em que um caminho relativo deve ser adotado.A reference to the moniker to which a relative path should be taken.

ppmkRelPath
IMoniker

Quando este método retorna, ele contém uma referência ao moniker relativo.When this method returns, contains a reference to the relative moniker. Este parâmetro é passado não inicializado.This parameter is passed uninitialized.

Comentários

Para obter mais informações, consulte método IMoniker:: RelativePathTo.For more information, see IMoniker::RelativePathTo method.

Aplica-se a