EditContextProperties Class

Definition

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.

Applies to