VCCustomBuildRule::AddBooleanProperty Method (String^)

 

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

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

VCRuntimeBooleanProperty^ AddBooleanProperty(
	String^ Name
)

Parameters

Name
Type: System::String^

The name of the new Boolean property.

Returns the new Boolean property.

Return to top
Show: