Udostępnij za pośrednictwem


RefactoringPreviewGroup.IncludeInCurrentProject Property

Gets or sets a value that indicates whether this preview group appears in the startup project node, independent of whether it has one or more changes.

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

Syntax

'Declaration
Public Property IncludeInCurrentProject As Boolean
public bool IncludeInCurrentProject { get; set; }
public:
property bool IncludeInCurrentProject {
    bool get ();
    void set (bool value);
}
member IncludeInCurrentProject : bool with get, set
function get IncludeInCurrentProject () : boolean
function set IncludeInCurrentProject (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RefactoringPreviewGroup Class

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