Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a custom build rule file to a project.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub AddToolFile ( _
ToolFile As VCToolFile _
)
void AddToolFile(
VCToolFile ToolFile
)
void AddToolFile(
[InAttribute] VCToolFile^ ToolFile
)
abstract AddToolFile :
ToolFile:VCToolFile -> unit
function AddToolFile(
ToolFile : VCToolFile
)
Parameters
- ToolFile
Type: Microsoft.VisualStudio.VCProjectEngine.VCToolFile
The build rule file to add.
.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.