Interface IRootObjectProvider
Describes a service that can return the root object of markup being parsed.
Namespace: System.Xaml
Assembly: OpenSilver.dll
Syntax
public interface IRootObjectProvider
Properties
| Improve this Doc View SourceRootObject
Gets the root object from markup or from an object graph.
Declaration
object RootObject { get; }
Property Value
Type | Description |
---|---|
System.Object | The root object. |