XamlObjectReader.Read Method

Definition

Provides the next XAML node from the source object graph, if a node is available.

public:
 override bool Read();
public override bool Read ();
override this.Read : unit -> bool
Public Overrides Function Read () As Boolean

Returns

true if a node is available; otherwise, false.

Remarks

After you call the Read method and obtain a true result, you typically access the node properties. Depending on the NodeType property, you can access the Member, Type, Value, or Instance properties.

Applies to