MergeCondition Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible values for merge condition
C#
public enum MergeCondition
type MergeCondition =
Public Enum MergeCondition
- Inheritance
-
MergeCondition
Name | Value | Description |
---|---|---|
NotSpecified | 0 | |
Matched | 1 | |
NotMatched | 2 | |
NotMatchedByTarget | 3 | |
NotMatchedBySource | 4 |
Product | Versions |
---|---|
Microsoft.Data.Tools.Msbuild | 10.0.61804.210 |