PropertyPosition Enum

Definition

Specifies constants that define the location in the project to insert a property.

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

Fields

UseExistingOrCreateAfterLastImport 1

Replace the existing Property element if it exists. Otherwise, create the Property after the last Import element in the project.

UseExistingOrCreateAfterLastPropertyGroup 0

Replace the existing Property element if it exists. Otherwise, if possible, create a new Property element as a child of an existing compatible PropertyGroup element. If necessary, create a new compatible PropertyGroup element immediately following the last PropertyGroup in the project.

Applies to