Partager via


ChangeProposal.Included, propriété

Obtient ou définit une valeur qui indique si ce ChangeProposal sera inclus dans les modifications à appliquer.

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

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ChangeProposal Classe

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