Sdílet prostřednictvím


XamlNodeQueue(XamlSchemaContext) Konstruktor

Definice

Inicializuje novou instanci XamlNodeQueue třídy pomocí zadaného kontextu schématu XAML.

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)

Parametry

schemaContext
XamlSchemaContext

Kontext schématu, který se má použít pro operace s uzly.

Výjimky

xamlSchemaContext je null.

Poznámky

Kontext schématu se použije na zapisovač XAML, který existuje jako Writer hodnota.

Platí pro