IMoniker.CommonPrefixWith(IMoniker, IMoniker) Metodo

Definizione

Crea un nuovo moniker in base al prefisso comune che il moniker condivide con un altro.

public:
 void CommonPrefixWith(System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkOther, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::IMoniker ^ % ppmkPrefix);
public void CommonPrefixWith (System.Runtime.InteropServices.ComTypes.IMoniker pmkOther, out System.Runtime.InteropServices.ComTypes.IMoniker ppmkPrefix);
public void CommonPrefixWith (System.Runtime.InteropServices.ComTypes.IMoniker pmkOther, out System.Runtime.InteropServices.ComTypes.IMoniker? ppmkPrefix);
abstract member CommonPrefixWith : System.Runtime.InteropServices.ComTypes.IMoniker * IMoniker -> unit
Public Sub CommonPrefixWith (pmkOther As IMoniker, ByRef ppmkPrefix As IMoniker)

Parametri

pmkOther
IMoniker

Riferimento all'interfaccia IMoniker su un altro moniker per il confronto con il moniker corrente per individuare un prefisso comune.

ppmkPrefix
IMoniker

Quando termina, questo metodo contiene il moniker con il prefisso comune del moniker corrente e pmkOther. Questo parametro viene passato non inizializzato.

Commenti

Per altre informazioni, vedere Metodo IMoniker::CommonPrefixWith.

Si applica a