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 옵션을 사용하여 명령줄에 지정된 패턴과 일치하는 파일을 포함합니다.

적용 대상