VCToolFile Interface
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.
Gives access to custom build rules.
public interface class VCToolFile
public interface class VCToolFile
__interface VCToolFile
[System.Runtime.InteropServices.Guid("AA47150B-D212-410C-8A4A-3AF30E64670E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface VCToolFile
[<System.Runtime.InteropServices.Guid("AA47150B-D212-410C-8A4A-3AF30E64670E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type VCToolFile = interface
Public Interface VCToolFile
- Attributes
Properties
CustomBuildRules |
Gets the custom build rules for the project. |
Name |
Sets or gets the name of the tool file. |
Path |
Gets the path to the tool file. |
Methods
AddCustomBuildRule(String, String, String, String) |
Adds a custom build rule to the tool file. |
RemoveCustomBuildRule(Object) |
Removes a custom, build rule from the tool file. |
Save(String) |
Saves the project file (.vcxproj). |