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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Documents.Trees Namespace