UCOMIMoniker.RelativePathTo(UCOMIMoniker, UCOMIMoniker) 메서드

정의

이 모니커나 구조체가 비슷한 모니커에 추가될 때 지정된 모니커를 생성하는 모니커를 제공합니다.

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)

매개 변수

pmkOther
UCOMIMoniker

상대 경로를 사용할 모니커에 대한 참조입니다.

ppmkRelPath
UCOMIMoniker

반환이 성공적이면 상대 모니커에 대한 참조입니다.

설명

에 대 한 자세한 내용은 IMoniker::RelativePath, MSDN Library를 참조 합니다.

적용 대상