Share via


SchemaCompareGridRow.SelectedAsDependency Property

Gets or sets a value that indicates whether the grid row appears in a selected state, together with a dependency from another element 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 SelectedAsDependency As Boolean
public bool SelectedAsDependency { get; private set; }
public:
property bool SelectedAsDependency {
    bool get ();
    private: void set (bool value);
}
member SelectedAsDependency : bool with get, private set
function get SelectedAsDependency () : boolean
private function set SelectedAsDependency (value : boolean)

Property Value

Type: System.Boolean
true if the grid row appears in a selected state because of a dependency with one or more other elements; otherwise, false.

Remarks

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

.NET Framework Security

See Also

Reference

SchemaCompareGridRow Class

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

SelectAsDependencyStateChanged