DesignerWindowPane::GetAutomationObject Method (String^)
Visual Studio 2015
Gets the automation object for this window pane.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- propName
-
Type:
System::String^
The name of the automation object. This can be null or an empty string.
The default implementation returns IDesignerHost if the name is empty or LOGVIEWID_Designer. If it is any other value, this method will assume the value is a type name, try to obtain the type, and if successful, call GetService on the design surface for the type.
Show: