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
'Declaration
Sub RunCustomTool
void RunCustomTool()
void RunCustomTool()
abstract RunCustomTool : unit -> unit
function 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.