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)

属性值

类型:String

.NET Framework 安全性

请参阅

参考

INamedElement 接口

Microsoft.VisualStudio.Uml.Classes 命名空间