Share via


IImportScope.XmlNamespaces 屬性

定義

在此鏈結層級匯入的 Xml 命名空間。 這對應于 Imports <xmlns:prefix = "name"> Visual Basic 中的 。 它會在 C# 中是空的。

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ImportedXmlNamespace> XmlNamespaces { get; }
member this.XmlNamespaces : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ImportedXmlNamespace>
Public ReadOnly Property XmlNamespaces As ImmutableArray(Of ImportedXmlNamespace)

屬性值

備註

Empty可能是 ,永遠不會是 IsDefault

適用於