Compartilhar via


XmlStreamStore.WellKnownNamespaces Propriedade

Definição

Obtém uma lista de todos os namespaces predefinidos pela Estrutura de Anotações.

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 da propriedade

A lista de namespaces predefinidos pelo Microsoft Annotations Framework.

Comentários

Os namespaces predefinidos pela Estrutura de Anotações incluem o seguinte:

  • 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

Confira também