Provenance Enum

Definition

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

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.

StringLiteral 1

A string matched against a string literal from an itemspec

Undefined 0

Undefined is the bottom element and should not appear in actual results

Applies to