XamlParseException::UidContext Property

 

Gets or sets the x:Uid Directive of the object where the exception occurred.

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

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

Property Value

Type: System::String^

The value of the Uid string.

.NET Framework
Available since 3.0
Return to top
Show: