UCOMIMoniker.ComposeWith(UCOMIMoniker, Boolean, UCOMIMoniker) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Combine le moniker actuel avec un autre moniker, créant un moniker composite.
public:
void ComposeWith(System::Runtime::InteropServices::UCOMIMoniker ^ pmkRight, bool fOnlyIfNotGeneric, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIMoniker ^ % ppmkComposite);
public void ComposeWith(System.Runtime.InteropServices.UCOMIMoniker pmkRight, bool fOnlyIfNotGeneric, out System.Runtime.InteropServices.UCOMIMoniker ppmkComposite);
abstract member ComposeWith : System.Runtime.InteropServices.UCOMIMoniker * bool * UCOMIMoniker -> unit
Public Sub ComposeWith (pmkRight As UCOMIMoniker, fOnlyIfNotGeneric As Boolean, ByRef ppmkComposite As UCOMIMoniker)
Paramètres
- pmkRight
- UCOMIMoniker
Référence à l’interface IMoniker sur le moniker à composer à la fin de ce moniker.
- fOnlyIfNotGeneric
- Boolean
Si true, l’appelant nécessite une composition non générique, donc l’opération se poursuit uniquement s’il pmkRight s’agit d’une classe moniker avec laquelle ce moniker peut composer d’une manière autre que la formation d’un composite générique. Si false, la méthode peut créer un composite générique si nécessaire.
- ppmkComposite
- UCOMIMoniker
En cas de retour réussi, référence au moniker composite résultant.
Remarques
Pour plus d’informations sur IMoniker::ComposeWith, consultez MSDN Library.