SchemaCompareScriptService.Canceled Property
Gets or sets whether actions are canceled.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Property Canceled As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.Canceled
Me.Canceled = value
protected bool Canceled { get; set; }
protected:
property bool Canceled {
bool get ();
void set (bool value);
}
function get Canceled () : boolean
function set Canceled (value : boolean)
member Canceled : bool with get, set
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
SchemaCompareScriptService Class
SchemaCompareScriptService Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.Extensibility Namespace