INamedElement.Name 屬性

此項目在包含它的命名空間內的名稱。在此命名空間中,應沒有其他有此名稱的元素。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String
function set Name (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

INamedElement 介面

Microsoft.VisualStudio.Uml.Classes 命名空間