共用方式為


INamedElement.Name 屬性

這個項目的名稱,在包含它的 Namespace 內。 在這個 Namespace 中,不該有其他項目具有這個 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)

屬性值

類型:String

.NET Framework 安全性

請參閱

參考

INamedElement 介面

Microsoft.VisualStudio.Uml.Classes 命名空間