ToolbarItem.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Name is obsolete as of version 1.3.0. Please use Text instead.
已过时。 开发人员应改用继承 Text
的属性。
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Name is obsolete as of version 1.3.0. Please use Text instead.")]
public string Name { get; set; }
member this.Name : string with get, set
属性值
System.String
工具栏项的名称。
- 属性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute