EditContextProperties.Item[Object] Property

Definition

Gets or sets a value in the collection.

public:
 property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
public object this[object key] { get; set; }
member this.Item(obj) : obj with get, set
Default Public Property Item(key As Object) As Object

Parameters

key
Object

The key under which the value is stored.

Property Value

Object

The stored value.

Applies to