SchemaCompareGridRow.Selected Property

Gets or sets a value that indicates whether the row appears in a selected state in the Schema Compare window of Visual Studio.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property Selected As Boolean
public bool Selected { get; private set; }
public:
property bool Selected {
    bool get ();
    private: void set (bool value);
}
member Selected : bool with get, private set
function get Selected () : boolean
private function set Selected (value : boolean)

Property Value

Type: System.Boolean
true if the grid row is selected; otherwise, false.

Remarks

A change in the value of this property also raises the SelectStateChanged event.

.NET Framework Security

See Also

Reference

SchemaCompareGridRow Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

SelectStateChanged