다음을 통해 공유


DataCollectorSettings.IsEnabled 속성

진단 데이터 어댑터를 사용하거나 사용하지 않도록 설정하는 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
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)

속성 값

형식: Boolean
진단 데이터 어댑터의 사용 여부를 나타내는 bool 값입니다.

.NET Framework 보안

참고 항목

참조

DataCollectorSettings 클래스

Microsoft.VisualStudio.TestTools.Execution 네임스페이스