다음을 통해 공유


Breakpoint3.FilterBy 속성

중단점이 설정되는 조건을 가져오거나 설정합니다.

네임스페이스:  EnvDTE90a
어셈블리:  EnvDTE90a(EnvDTE90a.dll)

구문

‘선언
Property FilterBy As String
string FilterBy { get; set; }
property String^ FilterBy {
    String^ get ();
    void set (String^ value);
}
abstract FilterBy : string with get, set
function get FilterBy () : String 
function set FilterBy (value : String)

속성 값

형식: String
중단점이 설정되는 조건이 들어 있는 문자열입니다.

설명

FilterBy을 참조하십시오.

.NET Framework 보안

참고 항목

참조

Breakpoint3 인터페이스

EnvDTE90a 네임스페이스