Share via


BaseCompareEditorControl.GetSyncSensitiveControls Method

Returns an array of controls that are disabled when sync is running and are enabled when sync is not running.

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 Overridable Function GetSyncSensitiveControls As Control()
'Usage
Dim returnValue As Control()

returnValue = Me.GetSyncSensitiveControls()
protected virtual Control[] GetSyncSensitiveControls()
protected:
virtual array<Control^>^ GetSyncSensitiveControls()
protected function GetSyncSensitiveControls() : Control[]
abstract GetSyncSensitiveControls : unit -> Control[] 
override GetSyncSensitiveControls : unit -> Control[] 

Return Value

Type: array<System.Windows.Forms.Control[]

.NET Framework Security

See Also

Reference

BaseCompareEditorControl Class

BaseCompareEditorControl Members

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