Share via


UIActive Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
Public Property UIActive As Boolean
    Get
    Set
'Usage
Dim instance As QueryResultsEditor
Dim value As Boolean

value = instance.UIActive

instance.UIActive = value
public bool UIActive { get; set; }
public:
property bool UIActive {
    bool get ();
    void set (bool value);
}
member UIActive : bool with get, set
function get UIActive () : boolean
function set UIActive (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

QueryResultsEditor Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace