PropertyPosition Enum

Definition

The position of a property to be set inside a project file.

public enum class PropertyPosition
public enum PropertyPosition
type PropertyPosition = 
Public Enum PropertyPosition
Inheritance
PropertyPosition

Fields

UseExistingOrCreateAfterLastImport 1

Replace existing compatible property if present. Otherwise, create the property after the last imported project.

UseExistingOrCreateAfterLastPropertyGroup 0

Replace existing compatible property if present. Otherwise, if possible, create a new property in an existing compatible property group. If necessary, create a new compatible property group right after the last one in the project.

Applies to