IBindCtx.GetObjectParam(String, Object) 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.
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);
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
Lorsque cette méthode retourne une valeur, contient le pointeur d'interface de l'objet. Ce paramètre est passé sans être initialisé.
Remarques
Pour plus d’informations, consultez la documentation existante pour IBindCtx::GetObjectParam
dans la bibliothèque MSDN.