共用方式為


ModelItem.Name 屬性

在衍生類別中覆寫時,取得或設定項目的名稱或 ID。

命名空間:  Microsoft.Windows.Design.Model
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public MustOverride Property Name As String
    Get
    Set
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
表示項目名稱的字串。

備註

並非所有項目都一定有名稱,所以這個屬性可能傳回 nullNull 參照 (即 Visual Basic 中的 Nothing)。 此外,視項目的型別和在階層中的位置而定,不一定都適合在項目上設定名稱。 如果這個項目的 ItemType 屬性 (Property) 宣告 RuntimeNamePropertyAttribute,則這個 Name 屬性 (Property) 會直接對應至該屬性 (Attribute) 所指定的屬性 (Property)。

.NET Framework 安全性

請參閱

參考

ModelItem 類別

Microsoft.Windows.Design.Model 命名空間

其他資源

WPF 設計工具擴充性架構

編輯模型架構