ModelProperty.Name 属性

在派生类中重写时,获取此属性的名称。

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

语法

声明
Public MustOverride ReadOnly Property Name As String
    Get
public abstract string Name { get; }
public:
virtual property String^ Name {
    String^ get () abstract;
}
abstract Name : string
abstract function get Name () : String

属性值

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

.NET Framework 安全性

请参见

参考

ModelProperty 类

Microsoft.Windows.Design.Model 命名空间

其他资源

WPF 设计器扩展性体系结构