VCCustomBuildRule::AddStringProperty Method (String^)

 

Adds a string property to the custom build rule with the given name.

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

VCRuntimeStringProperty^ AddStringProperty(
	String^ Name
)

Parameters

Name
Type: System::String^

The name of the string property.

AddStringProperty returns the new string property.

Return to top
Show: