Partager via


RefactoringPreviewGroup.DefaultChecked, propriété

Obtient ou définit une valeur qui indique si toutes les modifications dans ce groupe d'aperçu sont sélectionnées par défaut.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Property DefaultChecked As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

RefactoringPreviewGroup Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms