VCToolFile.CustomBuildRules Property

Definition

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

Applies to