VisitorFilterResult Enum

Definition

VisitorFilterResult

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

Fields

DoNotCare 0

No preference whether the element will be added by others. If all visitors respond DoNotCare, then the element will not be visited.

Never 2

The element will not be visited. This value trumps all yes values.

Yes 1

The element should be visited, but a Never result by another filter will override a yes and the element will be excluded from the closure.

Applies to