XamlParseException.KeyContext Property

Definition

Gets or sets the key value of the item in a dictionary where the exception occurred.

public:
 property System::Object ^ KeyContext { System::Object ^ get(); };
public object KeyContext { get; }
member this.KeyContext : obj
Public ReadOnly Property KeyContext As Object

Property Value

The relevant XAML x:Key value.

Applies to

See also