VCToolFile Interface

Definition

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]
public interface VCToolFile
[<System.Runtime.InteropServices.Guid("AA47150B-D212-410C-8A4A-3AF30E64670E")>]
[<System.Runtime.InteropServices.TypeLibType>]
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).

Applies to