共用方式為


IOperation.IsOrdered 屬性

針對多重性 > 1 的傳回型別。 如果傳回的集合形成具有確定順序的序列,則為 true。

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

語法

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

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

IOperation 介面

Microsoft.VisualStudio.Uml.Classes 命名空間