RefactoringPreviewGroup.DefaultChecked プロパティ

このプレビュー グループ内での変更に関連付けられたチェック ボックスが既定でオンになるかどうかを取得または設定します。

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

構文

'宣言
Public Property DefaultChecked As Boolean
'使用
Dim instance As RefactoringPreviewGroup
Dim value As Boolean

value = instance.DefaultChecked

instance.DefaultChecked = value
public bool DefaultChecked { get; set; }
public:
property bool DefaultChecked {
    bool get ();
    void set (bool value);
}
public function get DefaultChecked () : boolean
public function set DefaultChecked (value : boolean)

プロパティ値

型 : System.Boolean
[System.Boolean] はチェック ボックスの既定の状態です。

参照

参照

RefactoringPreviewGroup クラス

RefactoringPreviewGroup メンバ

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