IMoniker.Inverse(IMoniker) 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.
Provides a moniker that, when composed to the right of the current moniker or one of similar structure, composes to nothing.
public:
void Inverse([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmk);
public void Inverse (out System.Runtime.InteropServices.ComTypes.IMoniker ppmk);
abstract member Inverse : IMoniker -> unit
Public Sub Inverse (ByRef ppmk As IMoniker)
Parameters
- ppmk
- IMoniker
When this method returns, contains a moniker that is the inverse of the current moniker. This parameter is passed uninitialized.
Remarks
For more information, see IMoniker::Inverse method.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.