Partager via


RefactoringPreviewGroup.IncludeInCurrentProject, propriété

Obtient ou définit une valeur qui indique si ce groupe d'aperçu s'affiche dans le nœud de projet de démarrage (qu'il comporte une ou plusieurs modifications).

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 IncludeInCurrentProject As Boolean
    Get
    Set
public bool IncludeInCurrentProject { get; set; }
public:
property bool IncludeInCurrentProject {
    bool get ();
    void set (bool value);
}
member IncludeInCurrentProject : bool with get, set
function get IncludeInCurrentProject () : boolean
function set IncludeInCurrentProject (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