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
- 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
RefactoringPreviewGroup Members
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace