UCOMIBindCtx.GetObjectParam(String, Object) Méthode

Définition

Recherche la clé donnée dans la table de paramètres d'objets contextuels mise à jour en interne et retourne l'objet correspondant, s'il existe.

public:
 void GetObjectParam(System::String ^ pszKey, [Runtime::InteropServices::Out] System::Object ^ % ppunk);
public void GetObjectParam (string pszKey, out object ppunk);
abstract member GetObjectParam : string * obj -> unit
Public Sub GetObjectParam (pszKey As String, ByRef ppunk As Object)

Paramètres

pszKey
String

Nom de l'objet à rechercher.

ppunk
Object

Le pointeur d'interface objet, lors d'un retour.

Remarques

Pour plus d’informations, consultez la documentation existante pour IBindCtx::GetObjectParam dans la bibliothèque MSDN.

S’applique à