VCToolFile.CustomBuildRules Property

Gets the custom build rules for the project.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property CustomBuildRules As IVCCollection
用法
Dim instance As VCToolFile
Dim value As IVCCollection

value = instance.CustomBuildRules
IVCCollection CustomBuildRules { get; }
property IVCCollection^ CustomBuildRules {
    IVCCollection^ get ();
}
function get CustomBuildRules () : IVCCollection

Property Value

Type: Microsoft.VisualStudio.VCProjectEngine.IVCCollection

A collection of custom build rules.

Permissions

See Also

Reference

VCToolFile Interface

VCToolFile Members

Microsoft.VisualStudio.VCProjectEngine Namespace