AutomationObject Property

Gets the DTE automation model object for a given instance of a dialog page class.

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property AutomationObject As Object
    Get
'Usage
Dim instance As SqlDialogPage
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

SqlDialogPage Class

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace