[This is preliminary documentation and is subject to change.]
References item dictionary that may be used to persist object graphs per session
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
IDictionary<Object, Object> Items { get; }
IDictionary<Object, Object> Items { get; }
ReadOnly Property Items As IDictionary(Of Object, Object)
Get
ReadOnly Property Items As IDictionary(Of Object, Object)
Get
property IDictionary<Object^, Object^>^ Items {
IDictionary<Object^, Object^>^ get ();
}
property IDictionary<Object^, Object^>^ Items {
IDictionary<Object^, Object^>^ get ();
}
abstract Items : IDictionary<Object, Object> with get
abstract Items : IDictionary<Object, Object> with get
Property Value
Type:
IDictionary
Object,
Object