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


RefactoringPreviewGroup.DefaultChecked Property

Gets or sets a value that indicates whether all changes within this preview group are selected by default.

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RefactoringPreviewGroup Class

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