XmlStreamStore.WellKnownNamespaces Property

Definition

Gets a list of all namespaces that are predefined by the 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)

Property Value

The list of namespaces that are predefined by the Microsoft Annotations Framework.

Remarks

The namespaces predefined by the Annotations Framework include the following:

  • 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

Applies to

See also