XamlParseException::NameContext Property

 

Gets or sets the XAML name of the object where the exception occurred.

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property String^ NameContext {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^

The XAML name of the object.

.NET Framework
Available since 3.0
Return to top
Show: