VisitorFilterResult Enumeration

Indicates whether an element should be visited.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaración
Public Enumeration VisitorFilterResult
public enum VisitorFilterResult
public enum class VisitorFilterResult
type VisitorFilterResult
public enum VisitorFilterResult

Members

Member name Description
DoNotCare No preference whether the element will be added by others. If all visitors respond DoNotCare, then the element will not be visited.
Yes The element should be visited unless there is a Never result by another filter which will override any Yes results.
Never The element will not be visited and the element will be excluded from the closure. This value overrides all Yes values.

Remarks

A Never value overrides any Yes values.

See Also

Reference

Microsoft.VisualStudio.Modeling Namespace