Sdílet prostřednictvím


RefactoringPreviewGroup.EnableChangeGroupUncheck – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda bude mít tato skupina políčko zaškrtněte nebo zrušte zaškrtnutí této skupiny změny uživatele.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Property EnableChangeGroupUncheck As Boolean
    Get
    Set
public bool EnableChangeGroupUncheck { get; set; }
public:
property bool EnableChangeGroupUncheck {
    bool get ();
    void set (bool value);
}
member EnableChangeGroupUncheck : bool with get, set
function get EnableChangeGroupUncheck () : boolean
function set EnableChangeGroupUncheck (value : boolean)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RefactoringPreviewGroup Třída

Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů