XamlObjectReader.Read Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.