Condividi tramite


IImportScope.Imports Proprietà

Definizione

Tipi o spazi dei nomi importati a questo livello della catena. Corrisponde a using Namespace; o using static Type; in C# o Imports TypeOrNamespace in Visual Basic. Questo includerà le importazioni dello spazio dei nomi o dei tipi globali per entrambe le lingue.

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)

Valore della proprietà

Commenti

Può essere Empty, non sarà IsDefaultmai .

Si applica a