Aracılığıyla paylaş


DataCollectorSettings.IsEnabled Özellik

Alır veya etkinleştirmek veya tanılama veri bağdaştırıcısı devre dışı bırakmak için bir değer ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.Execution
Derleme:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
A bool tanı veri bağdaştırıcısı etkin olup olmadığını gösteren değer.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DataCollectorSettings Sınıf

Microsoft.VisualStudio.TestTools.Execution Ad Alanı