DesignerWindowPane.IVsExtensibleObject.GetAutomationObject Method

Definition

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.

Implements

Applies to