RefactoringPreviewGroup.IncludeInCurrentProject プロパティ

このプレビュー グループに関連する変更がない場合でも、このプレビュー グループを表示するかどうかを取得または設定します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Property IncludeInCurrentProject As Boolean
'使用
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)

プロパティ値

型 : System.Boolean
このプレビュー グループに関連する変更がなくてもこのプレビュー グループを表示する場合、[System.Boolean] は TRUE です。

参照

参照

RefactoringPreviewGroup クラス

RefactoringPreviewGroup メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間