Breakpoint3.Name 属性

设置或返回断点的名称。

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

声明
Default Property Name As String
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

属性值

类型:System.String
一个包含断点名称的字符串。

备注

请参见 Name

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

Name 重载

EnvDTE90a 命名空间