IMultiplicityElement.IsOrdered 屬性

多重性 > 1。如果集合中的項目構成具有確定順序的序列,則為 true。

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

語法

'宣告
Property IsOrdered As Boolean
bool IsOrdered { get; set; }
property bool IsOrdered {
    bool get ();
    void set (bool value);
}
abstract IsOrdered : bool with get, set
function get IsOrdered () : boolean
function set IsOrdered (value : boolean)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IMultiplicityElement 介面

Microsoft.VisualStudio.Uml.Classes 命名空間