VCCustomBuildRule::AddEnumProperty Method (String^)

 

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

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

VCRuntimeEnumProperty^ AddEnumProperty(
	String^ Name
)

Parameters

Name
Type: System::String^

The name of the enumeration property.

AddEnumProperty returns the new enumeration property.

Return to top
Show: