BaseCompareEditorControl.ChangeControlEnablement Method
Iterates the controls on the form and disables/enables the ones that are invalid during and after a sync operation.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub ChangeControlEnablement ( _
enable As Boolean _
)
'Usage
Dim enable As Boolean
Me.ChangeControlEnablement(enable)
protected void ChangeControlEnablement(
bool enable
)
protected:
void ChangeControlEnablement(
bool enable
)
protected function ChangeControlEnablement(
enable : boolean
)
member ChangeControlEnablement :
enable:bool -> unit
Parameters
- enable
Type: System.Boolean
Specifies whether to disable controls during sync
.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
BaseCompareEditorControl Class
BaseCompareEditorControl Members
Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace