Share via


RefactoringPreviewGroup.EnableChangeUncheck Property

Gets or sets whether each change within this preview group has a check box that enables the user to include or exclude that change.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property EnableChangeUncheck As Boolean
    Get
    Set
'Usage
Dim instance As RefactoringPreviewGroup
Dim value As Boolean

value = instance.EnableChangeUncheck

instance.EnableChangeUncheck = value
public bool EnableChangeUncheck { get; set; }
public:
property bool EnableChangeUncheck {
    bool get ();
    void set (bool value);
}
function get EnableChangeUncheck () : boolean
function set EnableChangeUncheck (value : boolean)
member EnableChangeUncheck : bool with get, set

Property Value

Type: System.Boolean
[System.Boolean] is TRUE if a check box appears for each change in the preview group.

.NET Framework Security

See Also

Reference

RefactoringPreviewGroup Class

RefactoringPreviewGroup Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace