共用方式為


XmlStreamStore.WellKnownNamespaces 屬性

定義

取得 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)

屬性值

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

適用於

另請參閱