DesignerWindowPane.IVsExtensibleObject.GetAutomationObject 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.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsExtensibleObject.GetAutomationObject(System::String ^ propName, [Runtime::InteropServices::Out] System::Object ^ % extObj) = Microsoft::VisualStudio::Shell::Interop::IVsExtensibleObject::GetAutomationObject;
int IVsExtensibleObject.GetAutomationObject (string propName, out object extObj);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsExtensibleObject.GetAutomationObject : string * obj -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsExtensibleObject.GetAutomationObject : string * obj -> int
Function GetAutomationObject (propName As String, ByRef extObj As Object) As Integer Implements IVsExtensibleObject.GetAutomationObject
Parameters
- propName
- String
The name of the automation object. This can be null
or an empty string.
- extObj
- Object
The automation object.
Returns
S_OK if successful.