共用方式為


WebFileProperties2.CustomToolOutput 屬性

取得與這個網站檔案相關聯之自訂工具的輸出檔名稱 (不包括路徑)。

命名空間:  VsWebSite90
組件:  VsWebSite.Interop90 (在 VsWebSite.Interop90.dll 中)

語法

'宣告
ReadOnly Property CustomToolOutput As String
    Get
string CustomToolOutput { get; }
property String^ CustomToolOutput {
    String^ get ();
}
abstract CustomToolOutput : string
function get CustomToolOutput () : String

屬性值

型別:System.String
自訂工具會以此網站檔案所代表的檔案為輸入資料,並使用 CustomToolOutput 屬性中的檔案名稱寫入新檔案。

.NET Framework 安全性

請參閱

參考

WebFileProperties2 介面

VsWebSite90 命名空間

CustomTool