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