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
'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);
}
public function get IncludeInCurrentProject () : boolean
public function set IncludeInCurrentProject (value : boolean)
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