Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates 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
'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);
}
public function get Included () : boolean
public function set Included (value : boolean)
Property Value
Type: System.Boolean
Boolean is TRUE if this ChangeProposal will be included when the refactoring operation is applied.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace