EditContextProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds arbitrary key/value pairs associated with an EditContext. This can be used to track additional metadata for application-specific purposes.
public ref class EditContextProperties sealed
public sealed class EditContextProperties
type EditContextProperties = class
Public NotInheritable Class EditContextProperties
- Inheritance
-
EditContextProperties
Constructors
| EditContextProperties() |
Properties
| Item[Object] |
Gets or sets a value in the collection. |
Methods
| Remove(Object) |
Removes the specified entry from the collection. |
| TryGetValue(Object, Object) |
Gets the value associated with the specified key, if any. |