VCToolFile.CustomBuildRules Property
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.
Gets the custom build rules for the project.
public:
property Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ CustomBuildRules { Microsoft::VisualStudio::VCProjectEngine::IVCCollection ^ get(); };
[System.Runtime.InteropServices.DispId(2202)]
public Microsoft.VisualStudio.VCProjectEngine.IVCCollection CustomBuildRules { [System.Runtime.InteropServices.DispId(2202)] get; }
[<System.Runtime.InteropServices.DispId(2202)>]
[<get: System.Runtime.InteropServices.DispId(2202)>]
member this.CustomBuildRules : Microsoft.VisualStudio.VCProjectEngine.IVCCollection
Public ReadOnly Property CustomBuildRules As IVCCollection
Property Value
A collection of custom build rules.
- Attributes