ToolBoxItem.Name 属性

获取或设置 ToolBoxItem 对象的名称。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.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)

属性值

类型:String
ToolBoxItem 对象的名称。

.NET Framework 安全性

请参阅

参考

ToolBoxItem 接口

EnvDTE 命名空间

其他资源

如何:编译和运行自动化对象模型代码示例