共用方式為


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 選項在命令列上指定的檔案比對模式。

適用於