IImportScope.Imports 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在此鏈結層級匯入的類型或命名空間。 這會對應至 using Namespace;
C# 或 Visual Basic 中的 或 using static Type;
Imports TypeOrNamespace
。 這將會包含這兩種語言的全域命名空間或類型匯入。
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ImportedNamespaceOrType> Imports { get; }
member this.Imports : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ImportedNamespaceOrType>
Public ReadOnly Property Imports As ImmutableArray(Of ImportedNamespaceOrType)