共用方式為


WebFileProperties2.IsCustomToolOutput 屬性

取得值,表示 Web 檔案是否為自訂工具的輸出。

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

語法

'宣告
ReadOnly Property IsCustomToolOutput As Boolean
    Get
bool IsCustomToolOutput { get; }
property bool IsCustomToolOutput {
    bool get ();
}
abstract IsCustomToolOutput : bool
function get IsCustomToolOutput () : boolean

屬性值

型別:System.Boolean
如果 Web 檔案是自訂工具的輸出,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WebFileProperties2 介面

VsWebSite90 命名空間

CustomTool