RefactoringPreviewGroup.EnableChangeGroupUncheck Property
Gets or sets whether this preview group has a check box that enables the user to include or exclude this group of changes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property EnableChangeGroupUncheck As Boolean
Get
Set
'Usage
Dim instance As RefactoringPreviewGroup
Dim value As Boolean
value = instance.EnableChangeGroupUncheck
instance.EnableChangeGroupUncheck = value
public bool EnableChangeGroupUncheck { get; set; }
public:
property bool EnableChangeGroupUncheck {
bool get ();
void set (bool value);
}
function get EnableChangeGroupUncheck () : boolean
function set EnableChangeGroupUncheck (value : boolean)
member EnableChangeGroupUncheck : bool with get, set
Property Value
Type: System.Boolean
[System.Boolean] is TRUE if a check box appears for this 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