XmlStreamStore.WellKnownNamespaces Propriété

Définition

Obtient la liste de tous les espaces de noms prédéfinis par annotations Framework.

public:
 static property System::Collections::Generic::IList<Uri ^> ^ WellKnownNamespaces { System::Collections::Generic::IList<Uri ^> ^ get(); };
public static System.Collections.Generic.IList<Uri> WellKnownNamespaces { get; }
static member WellKnownNamespaces : System.Collections.Generic.IList<Uri>
Public Shared ReadOnly Property WellKnownNamespaces As IList(Of Uri)

Valeur de propriété

Liste des espaces de noms prédéfinis par Microsoft Annotations Framework.

Remarques

Les espaces de noms prédéfinis par annotations Framework sont les suivants :

  • http://schemas.microsoft.com/windows/annotations/2003/11/core

  • http://schemas.microsoft.com/windows/annotations/2003/11/base

  • http://schemas.microsoft.com/winfx/2006/xaml/presentation

S’applique à

Voir aussi