XamlNodeList Class
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 a list of XAML nodes, which can be used for scenarios such as writing XAML nodes in a deferred manner.
public ref class XamlNodeList
public class XamlNodeList
type XamlNodeList = class
Public Class XamlNodeList
- Inheritance
-
XamlNodeList
Remarks
When you create a XamlNodeList, you create a writer delegate that exists as the Writer value. The writer delegate is based on an internal XAML writer class that is specifically for XAML nodes.
Constructors
XamlNodeList(XamlSchemaContext, Int32) |
Initializes a new instance of the XamlNodeList class, using a provided schema context and list size. |
XamlNodeList(XamlSchemaContext) |
Initializes a new instance of the XamlNodeList class, using a provided schema context. |
Properties
Count |
Gets the number of nodes in this XamlNodeList. |
Writer |
Gets the associated XAML writer. |
Methods
Clear() |
Clears the items in this list. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetReader() |
Returns a XAML reader implementation delegate. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |