IMoniker.CommonPrefixWith(IMoniker, IMoniker) Metodo

Definizione

Crea un nuovo moniker basato sul prefisso comune condiviso da questo moniker con un altro moniker.

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 in un altro moniker da confrontare con il moniker corrente per un prefisso comune.

ppmkPrefix
IMoniker

Quando termina, questo metodo contiene il moniker che rappresenta 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