DesignerWindowPane.GetAutomationObject(String) 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.
Obtient l'objet Automation pour ce volet de fenêtre.
protected:
virtual System::Object ^ GetAutomationObject(System::String ^ propName);
protected:
virtual Platform::Object ^ GetAutomationObject(Platform::String ^ propName);
virtual winrt::Windows::Foundation::IInspectable GetAutomationObject(std::wstring const & propName);
protected virtual object GetAutomationObject (string propName);
abstract member GetAutomationObject : string -> obj
override this.GetAutomationObject : string -> obj
Protected Overridable Function GetAutomationObject (propName As String) As Object
Paramètres
- propName
- String
Nom complet de l'objet Automation. Il peut s'agir d'une valeur null ou d'une chaîne vide.
Retours
Objet Automation ou null.