UCOMIMoniker.RelativePathTo(UCOMIMoniker, UCOMIMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supplies a moniker that, when appended to this moniker (or one with a similar structure), yields the specified moniker.
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)
Parameters
- pmkOther
- UCOMIMoniker
A reference to the moniker to which a relative path should be taken.
- ppmkRelPath
- UCOMIMoniker
On successful return, reference to the relative moniker.
Remarks
For more information about IMoniker::RelativePath
, see the MSDN Library.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.