Freigeben über


VCToolFile.CustomBuildRules-Eigenschaft

Ruft die benutzerdefinierten Buildregeln für das Projekt ab.

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

Syntax

'Declaration
ReadOnly Property CustomBuildRules As IVCCollection
IVCCollection CustomBuildRules { get; }
property IVCCollection^ CustomBuildRules {
    IVCCollection^ get ();
}
abstract CustomBuildRules : IVCCollection with get
function get CustomBuildRules () : IVCCollection

Eigenschaftswert

Typ: Microsoft.VisualStudio.VCProjectEngine.IVCCollection
Eine Auflistung benutzerdefinierter Buildregeln.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCToolFile Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace