共用方式為


Breakpoint3.FilterBy 屬性

取得或設定條件,此條件設有中斷點。

命名空間:  EnvDTE90a
組件:  EnvDTE90a (在 EnvDTE90a.dll 中)

語法

'宣告
Property FilterBy As String
    Get
    Set
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)

屬性值

型別:System.String
字串,包含設有中斷點的條件。

實作

Breakpoint2.FilterBy

備註

請參閱FilterBy

.NET Framework 安全性

請參閱

參考

Breakpoint3 介面

FilterBy 多載

EnvDTE90a 命名空間