VCCustomBuildRule::AddEnumProperty Method (String^)
Adds an enumeration property to the custom build rule with the given name.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Name
-
Type:
System::String^
The name of the enumeration property.
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine::VCRuntimeEnumProperty^A VCRuntimeEnumProperty object.
AddEnumProperty returns the new enumeration property.
Show: