Поделиться через


RefactoringPreviewGroup.EnableChangeUncheck Property

Gets or sets a value that indicates whether individual changes within this preview group can be selected.

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

Syntax

'Declaration
Public Property EnableChangeUncheck As Boolean
public bool EnableChangeUncheck { get; set; }
public:
property bool EnableChangeUncheck {
    bool get ();
    void set (bool value);
}
member EnableChangeUncheck : bool with get, set
function get EnableChangeUncheck () : boolean
function set EnableChangeUncheck (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RefactoringPreviewGroup Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace