Поделиться через


ChangeProposal.Included Property

Gets or sets a value that indicates whether this ChangeProposal will be included in the changes to be applied.

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

Syntax

'Declaration
Public Property Included As Boolean
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ChangeProposal Class

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