Share via


XamlNodeQueue Constructor (XamlSchemaContext)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the XamlNodeQueue class, using a provided schema context.

Namespace:  System.Xaml.Primitives
Assembly:  System.Xaml (in System.Xaml.dll)

Syntax

'Declaration
Public Sub New ( _
    xamlSchemaContext As XamlSchemaContext _
)
'Usage
Dim xamlSchemaContext As XamlSchemaContext

Dim instance As New XamlNodeQueue(xamlSchemaContext)
public XamlNodeQueue(
    XamlSchemaContext xamlSchemaContext
)
public:
XamlNodeQueue(
    XamlSchemaContext^ xamlSchemaContext
)
public function XamlNodeQueue(
    xamlSchemaContext : XamlSchemaContext
)
new : 
        xamlSchemaContext:XamlSchemaContext -> XamlNodeQueue

Parameters

Exceptions

Exception Condition
ArgumentNullException

xamlSchemaContext is nulla null reference (Nothing in Visual Basic).

Remarks

The schema context is applied to the XAML writer that exists as the Writer value.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

XamlNodeQueue Class

XamlNodeQueue Members

XamlNodeQueue Overload

System.Xaml.Primitives Namespace