CommandLineSourceFile.Path プロパティ

定義

ソース ファイルの絶対パスを解決しました (ワイルドカードは含まれません)。

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

プロパティ値

注釈

このパスは絶対パスですが、正規化されない場合があります。 つまり、中間に ".." と "." が含まれる場合があります。

適用対象