WebFileProperties2.CustomToolOutput 属性

获取与此网站文件相关联的自定义工具的输出文件名(不带路径)。

命名空间:  VsWebSite90
程序集:  VsWebSite.Interop90(在 VsWebSite.Interop90.dll 中)

语法

声明
ReadOnly Property CustomToolOutput As String
string CustomToolOutput { get; }
property String^ CustomToolOutput {
    String^ get ();
}
abstract CustomToolOutput : string with get
function get CustomToolOutput () : String

属性值

类型:String
自定义工具将此网站文件所表示的文件作为输入,并用 CustomToolOutput 属性中的文件名写入一个新文件。

.NET Framework 安全性

请参阅

参考

WebFileProperties2 接口

VsWebSite90 命名空间

CustomTool