IImportScope.Imports 속성

정의

체인의 이 수준에서 가져온 형식 또는 네임스페이스입니다. 이는 C#의 또는 using static Type;Imports TypeOrNamespace Visual Basic에 해당 using Namespace; 합니다. 여기에는 두 언어 모두에 대한 전역 네임스페이스 또는 형식 가져오기가 포함됩니다.

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않습니다.

적용 대상