Propriedade IMultiplicityElement.IsOrdered

Para a multiplicidade > 1. True se os elementos na coleção formam uma seqüência com uma ordem definida.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property IsOrdered As Boolean
    Get
    Set
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IMultiplicityElement Interface

Namespace Microsoft.VisualStudio.Uml.Classes