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