Share via


VSWebProjectItem2.RunCustomTool Method ()

 

Runs the single-file generator that is associated with a file in order to dynamically generate a class.

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

Syntax

void RunCustomTool()
void RunCustomTool()
abstract RunCustomTool : unit -> unit
Sub RunCustomTool

Remarks

This method will run the single-file generator that has been configured for this project item (file).

Note

The custom tool that is associated with a project item is not saved when a Web site is closed. Therefore, it must be re-associated every time.

See Also

CustomTool
VSWebProjectItem2 Interface
VsWebSite90 Namespace

Return to top