RefactoringPreviewGroup.EnableChangeGroupUncheck Property
Gets or sets a value that indicates whether this group will have a check box for the user to select or clear this group of changes.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property EnableChangeGroupUncheck As Boolean
public bool EnableChangeGroupUncheck { get; set; }
public:
property bool EnableChangeGroupUncheck {
bool get ();
void set (bool value);
}
member EnableChangeGroupUncheck : bool with get, set
function get EnableChangeGroupUncheck () : boolean
function set EnableChangeGroupUncheck (value : boolean)
Property Value
Type: System.Boolean
.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
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace