RefactoringPreviewGroup.IncludeInCurrentProject Property
Gets or sets whether this preview group appears even if it has no associated changes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Property IncludeInCurrentProject As Boolean
Get
Set
'Usage
Dim instance As RefactoringPreviewGroup
Dim value As Boolean
value = instance.IncludeInCurrentProject
instance.IncludeInCurrentProject = value
public bool IncludeInCurrentProject { get; set; }
public:
property bool IncludeInCurrentProject {
bool get ();
void set (bool value);
}
function get IncludeInCurrentProject () : boolean
function set IncludeInCurrentProject (value : boolean)
member IncludeInCurrentProject : bool with get, set
Property Value
Type: System.Boolean
[System.Boolean] is TRUE if this preview group should appear if it has no associated changes.
.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
RefactoringPreviewGroup Members
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace