VCProject.RemoveToolFile(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.
Removes a custom build rules file from the project.
public:
void RemoveToolFile(Microsoft::VisualStudio::VCProjectEngine::VCToolFile ^ ToolFile);
public:
void RemoveToolFile(Microsoft::VisualStudio::VCProjectEngine::VCToolFile ^ ToolFile);
void RemoveToolFile(Microsoft::VisualStudio::VCProjectEngine::VCToolFile const & ToolFile);
[System.Runtime.InteropServices.DispId(858)]
public void RemoveToolFile (Microsoft.VisualStudio.VCProjectEngine.VCToolFile ToolFile);
[<System.Runtime.InteropServices.DispId(858)>]
abstract member RemoveToolFile : Microsoft.VisualStudio.VCProjectEngine.VCToolFile -> unit
Public Sub RemoveToolFile (ToolFile As VCToolFile)
Parameters
- ToolFile
- VCToolFile
Required. The custom build rule file to remove.
- Attributes