Partilhar via


Propriedade ChangeProposal.Included

Obtém ou define um valor que indica se este ChangeProposal será incluída em que as alterações sejam aplicadas.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ChangeProposal Classe

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