共用方式為


XmlStreamStore.GetWellKnownCompatibleNamespaces(Uri) 方法

定義

傳回與輸入命名空間相容的命名空間清單。

public:
 static System::Collections::Generic::IList<Uri ^> ^ GetWellKnownCompatibleNamespaces(Uri ^ name);
public static System.Collections.Generic.IList<Uri> GetWellKnownCompatibleNamespaces (Uri name);
static member GetWellKnownCompatibleNamespaces : Uri -> System.Collections.Generic.IList<Uri>
Public Shared Function GetWellKnownCompatibleNamespaces (name As Uri) As IList(Of Uri)

參數

name
Uri

要傳回命名空間清單的起始 URI 順序。

傳回

符合 name 的相容命名空間清單,如果找不到任何的相容命名空間則為 null

備註

參數 name 僅適用于預先定義的 Microsoft Annotations Framework 命名空間。 對於 參數中 name 提供的任何其他命名空間,會傳回 null ,即使是透過 knownNamespaces 建構函式的 參數註冊的 XmlStreamStoreGetWellKnownCompatibleNamespaces 命名空間。

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

適用於

另請參閱