XamlNodeQueue(XamlSchemaContext) Konstruktor

Definition

Initierar en ny instans av klassen med hjälp av XamlNodeQueue en angivet XAML-schemakontext.

public:
 XamlNodeQueue(System::Xaml::XamlSchemaContext ^ schemaContext);
public XamlNodeQueue(System.Xaml.XamlSchemaContext schemaContext);
new System.Xaml.XamlNodeQueue : System.Xaml.XamlSchemaContext -> System.Xaml.XamlNodeQueue
Public Sub New (schemaContext As XamlSchemaContext)

Parametrar

schemaContext
XamlSchemaContext

Schemakontexten som ska användas för nodåtgärder.

Undantag

schemaContext är null.

Kommentarer

Schemakontexten tillämpas på XAML-skrivaren som finns som Writer värde.

Gäller för