DesignerWindowPane.GetAutomationObject(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the automation object for this window pane.
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
Parameters
- propName
- String
The name of the automation object. This can be null
or an empty string.
Returns
The automation object, or null
.