PropertyPosition 枚举
定义
指定定义项目中插入属性的位置的常数。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
- 继承
字段
| UseExistingOrCreateAfterLastImport | 1 | 替换现有的 Property 元素(如果存在)。Replace the existing Property element if it exists. 否则,在项目中最后一个 Import 元素之后创建 |
| UseExistingOrCreateAfterLastPropertyGroup | 0 | 替换现有的 Property 元素(如果存在)。Replace the existing Property element if it exists. 否则,如果可能,请创建一个新的 |