NodeServicesOptions.WatchFileExtensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果設定,Node.js 實例應該會在專案內磁片上的任何相符檔案變更時重新開機。
public:
property cli::array <System::String ^> ^ WatchFileExtensions { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] WatchFileExtensions { get; set; }
member this.WatchFileExtensions : string[] with get, set
Public Property WatchFileExtensions As String()
屬性值
String[]