XmlStreamStore.WellKnownNamespaces Eigenschaft

Definition

Ruft eine Liste aller Namespaces ab, die vom Annotations Framework vordefiniert sind.

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)

Eigenschaftswert

Die Liste der Namespaces, die vom Microsoft Annotations Framework vordefiniert sind.

Hinweise

Die vom Annotations Framework vordefinierten Namespaces umfassen Folgendes:

  • 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

Gilt für:

Weitere Informationen