IVsHelpOwner.AutomationObject Property
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.
Returns an external window DTE object.
public:
property System::Object ^ AutomationObject { System::Object ^ get(); };
public:
property Platform::Object ^ AutomationObject { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(10)]
public object AutomationObject { [System.Runtime.InteropServices.DispId(10)] get; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
member this.AutomationObject : obj
Public ReadOnly Property AutomationObject As Object
Property Value
Returns a DTE2 object.
- Attributes