SpaOptions.SourcePath プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
開発中に SPA ソース ファイルを含むディレクトリのアプリケーション作業ディレクトリに対する相対パスを取得または設定します。 発行されたアプリケーションにディレクトリが存在しない可能性があります。
public:
property System::String ^ SourcePath { System::String ^ get(); void set(System::String ^ value); };
public string SourcePath { get; set; }
public string? SourcePath { get; set; }
member this.SourcePath : string with get, set
Public Property SourcePath As String