VCCustomBuildRule::AddIntegerProperty Method (String^)

 

Adds an integer property to the custom build rule with the given name.

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

VCRuntimeIntegerProperty^ AddIntegerProperty(
	String^ Name
)

Parameters

Name
Type: System::String^

The name of the integer property.

AddIntegerProperty returns the new integer property.

Return to top
Show: