ChangeProposal.Included (Propiedad)

Obtiene o establece un valor que indica si esta ChangeProposal se incluirá en los cambios que se van a aplicar.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ChangeProposal Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)