EditingContext.Items Property
Gets the local collection of context items offered by this editing context.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property Items As ContextItemManager
'Usage
Dim instance As EditingContext
Dim value As ContextItemManager
value = instance.Items
public ContextItemManager Items { get; }
public:
property ContextItemManager^ Items {
ContextItemManager^ get ();
}
public function get Items () : ContextItemManager
Property Value
Type: Microsoft.Windows.Design.ContextItemManager
A ContextItemManager of context items offered by this editing context.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The CreateContextItemManager method returned a nulla null reference (Nothing in Visual Basic)ContextItemManager. |
.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 Namespace