VCProject.AddToolFile(VCToolFile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a custom build rule file to a project.
public:
void AddToolFile(Microsoft::VisualStudio::VCProjectEngine::VCToolFile ^ ToolFile);
public:
void AddToolFile(Microsoft::VisualStudio::VCProjectEngine::VCToolFile ^ ToolFile);
void AddToolFile(Microsoft::VisualStudio::VCProjectEngine::VCToolFile const & ToolFile);
[System.Runtime.InteropServices.DispId(857)]
public void AddToolFile (Microsoft.VisualStudio.VCProjectEngine.VCToolFile ToolFile);
[<System.Runtime.InteropServices.DispId(857)>]
abstract member AddToolFile : Microsoft.VisualStudio.VCProjectEngine.VCToolFile -> unit
Public Sub AddToolFile (ToolFile As VCToolFile)
Parameters
- ToolFile
- VCToolFile
The build rule file to add.
- Attributes