VCCustomBuildRule::AddBooleanProperty Method (String^)
Adds a Boolean 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 new Boolean property.
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine::VCRuntimeBooleanProperty^A VCRuntimeBooleanProperty object.
Returns the new Boolean property.
Show: