CommandLineArguments.SourceFiles プロパティ

定義

ソース ファイルのパス。

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineSourceFile> SourceFiles { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::CommandLineSourceFile> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineSourceFile> SourceFiles { get; }
member this.SourceFiles : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CommandLineSourceFile>
Public ReadOnly Property SourceFiles As ImmutableArray(Of CommandLineSourceFile)

プロパティ値

注釈

コマンド ラインで直接指定されたファイルと、'*' および '?' ワイルドカードまたは /recurse オプションを使用してコマンド ラインで指定されたパターンに一致するファイルが含まれます。

適用対象