RecordsToSync.Item Property
Gets or sets whether a bookmark should be in the synchronization script.
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 Default Property Item ( _
bookmark As Integer _
) As Boolean
Get
Set
'Usage
Dim instance As RecordsToSync
Dim bookmark As Integer
Dim value As Boolean
value = instance(bookmark)
instance(bookmark) = value
public bool this[
int bookmark
] { get; set; }
public:
property bool default[int bookmark] {
bool get (int bookmark);
void set (int bookmark, bool value);
}
JScript does not support indexed properties.
member Item : bool with get, set
Parameters
- bookmark
Type: System.Int32
The bookmark
Property Value
Type: System.Boolean
.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