XamlObjectReader.SchemaContext Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un objet qui fournit les informations de schéma pour le jeu d'informations.
public:
virtual property System::Xaml::XamlSchemaContext ^ SchemaContext { System::Xaml::XamlSchemaContext ^ get(); };
public override System.Xaml.XamlSchemaContext SchemaContext { get; }
member this.SchemaContext : System.Xaml.XamlSchemaContext
Public Overrides ReadOnly Property SchemaContext As XamlSchemaContext
Valeur de propriété
Objet qui fournit les informations de schéma pour le jeu d'informations.
Remarques
Le contexte de schéma est un intermédiaire conceptuel entre un schéma au sens conventionnel et la gestion des concepts de schéma XAML par des processeurs XAML particuliers (opérations d’analyse, de lecture et d’écriture).