IRootObjectProvider.RootObject Property

Definition

Gets the root object from markup or from an object graph.

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

Property Value

The root object.

Remarks

The root object in a XAML markup scenario might be useful for markup extension scenarios because of attributes that might by convention be set at the root level of XAML markup. Specific root object capabilities might be specified by frameworks. For example, certain attributes might only be valid at the root level, or a framework might support inheritance of global properties from the root.

Applies to