VCCustomBuildRule::AddStringProperty Method (String^)
Adds a string 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 string property.
Return Value
Type: Microsoft.VisualStudio.VCProjectEngine::VCRuntimeStringProperty^A VCRuntimeStringProperty object.
AddStringProperty returns the new string property.
Show: