RecordsToSync.NumChecked Property

Gets the number of checked items in the list.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors.DataGrids
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property NumChecked As Integer
    Get
'Usage
Dim instance As RecordsToSync
Dim value As Integer

value = instance.NumChecked
public int NumChecked { get; }
public:
property int NumChecked {
    int get ();
}
function get NumChecked () : int
member NumChecked : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

RecordsToSync Class

RecordsToSync Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors.DataGrids Namespace