Udostępnij za pośrednictwem


Właściwość DataCollectorSettings.IsEnabled —

Zwraca lub ustawia wartość, aby włączyć lub wyłączyć karty danych diagnostycznych.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

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

Wartość właściwości

Typ: System.Boolean
A bool wartość, która wskazuje, czy karta dane diagnostyczne jest włączona.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectorSettings Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution