ModelItem.Name 属性

[本文档仅供预览,在以后的发行版中可能会发生更改。包含的空白主题用作占位符。]

当在派生类中重写时,获取或设置项的名称或 ID。

命名空间:  Microsoft.Windows.Design.Model
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public MustOverride Property Name As String
public abstract string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Name : string with get, set
abstract function get Name () : String
abstract function set Name (value : String)

属性值

类型:System.String
一个表示项名称的字符串。

备注

并不是所有项都具有名称,因此该属性可能返回 nulla null reference (Nothing in Visual Basic)。 而且,根据项的类型和它在层次结构中的位置,在项中设置名称可能并不总是有效的。 如果此项的 ItemType 属性声明 RuntimeNamePropertyAttribute,则此 Name 属性是对该特性所指定属性的直接映射。

.NET Framework 安全性

请参见

参考

ModelItem 类

Microsoft.Windows.Design.Model 命名空间

其他资源

WPF 设计器扩展性体系结构

编辑模型体系结构