Provenance Enum
Definition
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.
Bit flag enum that specifies how a string representing an item matched against an itemspec.
This enumeration supports a bitwise combination of its member values.
public enum class Provenance
[System.Flags]
public enum Provenance
[<System.Flags>]
type Provenance =
Public Enum Provenance
- Inheritance
-
Provenance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | Undefined is the bottom element and should not appear in actual results |
StringLiteral | 1 | A string matched against a string literal from an itemspec |
Glob | 2 | A string matched against a glob pattern from an itemspec |
Inconclusive | 4 | Inconclusive means that the match is indirect, coming from either property or item references. |