Share via


ChangeProposal.Included Property

Gets or sets whether this ChangeProposal will be included when the refactoring operation is applied.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property Included As Boolean
    Get
    Set
'Usage
Dim instance As ChangeProposal
Dim value As Boolean

value = instance.Included

instance.Included = value
public bool Included { get; set; }
public:
property bool Included {
    bool get ();
    void set (bool value);
}
function get Included () : boolean
function set Included (value : boolean)
member Included : bool with get, set

Property Value

Type: System.Boolean
Boolean is TRUE if this ChangeProposal will be included when the refactoring operation is applied.

.NET Framework Security

See Also

Reference

ChangeProposal Class

ChangeProposal Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace