| InputContextData Property |
Gets a generic collection of name/value pairs which can be used to store custom data.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public IDictionary<string, Object> Data { get; }
Public ReadOnly Property Data As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ Data {
IDictionary<String^, Object^>^ get ();
}
member Data : IDictionary<string, Object> with get
Property Value
Type:
IDictionaryString,
Object
A generic collection of name/value pairs which can be used to store custom data.
See Also