IMoniker.Inverse(IMoniker) Método
Definição
Fornece um moniker que, quando composto à direita do moniker atual ou de uma estrutura semelhante, compõe com nada.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)
Parâmetros
- ppmk
- IMoniker
Quando esse método retorna, ele contém o moniker que é o inverso do moniker atual.When this method returns, contains a moniker that is the inverse of the current moniker. Este parâmetro é passado não inicializado.This parameter is passed uninitialized.
Comentários
Para obter mais informações, consulte método IMoniker:: inverso.For more information, see IMoniker::Inverse method.