XmlStreamStore.WellKnownNamespaces Propriedade

Definição

Obtém uma lista de todos os namespaces pré-definidos pelo 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)

Valor de Propriedade

A lista de namespaces pré-definidos pelo Microsoft Annotations Framework.

Observações

Os namespaces predefinidos pelo Quadro de Anotações incluem os seguintes:

  • 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

Aplica-se a

Ver também