Dela via


DocumentProperty.IsOrdered Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether items in the Items enumeration are ordered.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsOrdered As Boolean
'Usage
Dim instance As DocumentProperty 
Dim value As Boolean 

value = instance.IsOrdered
public virtual bool IsOrdered { get; }
public:
virtual property bool IsOrdered {
    bool get ();
}
public function get IsOrdered () : boolean

Property Value

Type: System.Boolean
true if items in the Items enumeration are ordered; otherwise, false.

Remarks

Lists and collections should return true, but properties that represent dictionaries should return false.

.NET Framework Security

See Also

Reference

DocumentProperty Class

DocumentProperty Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility