AutomationObject Property
This member overrides DialogPageAutomationObject()()()().
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AutomationObject As Object
Get
'Usage
Dim instance As OptionPage
Dim value As Object
value = instance.AutomationObject
public override Object AutomationObject { get; }
public:
virtual property Object^ AutomationObject {
Object^ get () override;
}
abstract AutomationObject : Object
override AutomationObject : Object
override function get AutomationObject () : Object
Property Value
Type: System..::..Object
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace