Show / Hide Table of Contents

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 Source

RootObject

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

Declaration
object RootObject { get; }
Property Value
Type Description
System.Object

The root object.

  • Improve this Doc
  • View Source