VCCustomBuildRule::AddIntegerProperty Method (String^)
Adds an integer 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 integer property.
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine::VCRuntimeIntegerProperty^A VCRuntimeIntegerProperty object.
AddIntegerProperty returns the new integer property.
Show: