Share via


XmlStreamStore.WellKnownNamespaces 属性

定义

获取由批注框架预定义的所有命名空间的列表。

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)

属性值

Microsoft Annotations Framework 预定义的命名空间列表。

注解

由 Annotations Framework 预定义的命名空间包括:

  • 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

适用于

另请参阅