Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the local collection of context items offered by this editing context.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property Items As ContextItemManager
Get
public ContextItemManager Items { get; }
public:
property ContextItemManager^ Items {
ContextItemManager^ get ();
}
member Items : ContextItemManager
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