RefactoringPreviewGroup.DefaultChecked Property
Gets or sets whether the check box associated with the changes in this preview group should be selected by default.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property DefaultChecked As Boolean
Get
Set
'Usage
Dim instance As RefactoringPreviewGroup
Dim value As Boolean
value = instance.DefaultChecked
instance.DefaultChecked = value
public bool DefaultChecked { get; set; }
public:
property bool DefaultChecked {
bool get ();
void set (bool value);
}
function get DefaultChecked () : boolean
function set DefaultChecked (value : boolean)
member DefaultChecked : bool with get, set
Property Value
Type: System.Boolean
[System.Boolean] is the default state for the check box.
.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