DataCollectorEnabledByDefaultAttribute.IsEnabledByDefault 属性

获取或设置默认启用状态。

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Public Property IsEnabledByDefault As Boolean
    Get
    Private Set
public bool IsEnabledByDefault { get; private set; }
public:
property bool IsEnabledByDefault {
    bool get ();
    private: void set (bool value);
}
member IsEnabledByDefault : bool with get, private set
function get IsEnabledByDefault () : boolean
private function set IsEnabledByDefault (value : boolean)

属性值

类型:System.Boolean
一个 bool 值,指示是否默认启用诊断数据适配器。

.NET Framework 安全性

请参见

参考

DataCollectorEnabledByDefaultAttribute 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

DataCollectorEnabledByDefaultAttribute

其他资源

如何:创建诊断数据适配器