Share via


WebFileProperties2.CustomToolOutput Property

 

Gets the file name, without the path, of the output of the custom tool that is associated with this Web site file.

Namespace:   VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

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

Property Value

Type: System.String

A custom tool takes as input the file represented by this Web site file and writes a new file using the file name in the CustomToolOutput property.

See Also

CustomTool
WebFileProperties2 Interface
VsWebSite90 Namespace

Return to top