IImportScope.Imports 属性

定义

在此链级别导入的类型或命名空间。 这对应于 using Namespace; C# 或 Visual Basic 中的 或 Imports TypeOrNamespaceusing static Type; 。 这将包括这两种语言的全局命名空间或类型导入。

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)

属性值

注解

可能是 Empty,永远不会是 IsDefault

适用于