DesignerWindowPane.GetAutomationObject(String) Méthode

Définition

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

Object

Objet Automation ou null.

S’applique à