次の方法で共有


IImportScope.Imports プロパティ

定義

チェーンのこのレベルでインポートされる型または名前空間。 これは、 using Namespace; C# または using static Type; Visual Basic の または 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)

プロパティ値

注釈

が の場合 Emptyは、決して になります IsDefault

適用対象