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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors.DataGrids Namespace