Share via


VirtualizingTreeView.FilterParentEvaluator Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property FilterParentEvaluator As Func(Of Object, IEnumerable(Of Object))
public Func<Object, IEnumerable<Object>> FilterParentEvaluator { get; set; }
public:
property Func<Object^, IEnumerable<Object^>^>^ FilterParentEvaluator {
    Func<Object^, IEnumerable<Object^>^>^ get ();
    void set (Func<Object^, IEnumerable<Object^>^>^ value);
}
member FilterParentEvaluator : Func<Object, IEnumerable<Object>> with get, set
function get FilterParentEvaluator () : Func<Object, IEnumerable<Object>>
function set FilterParentEvaluator (value : Func<Object, IEnumerable<Object>>)

Property Value

Type: System.Func<Object, IEnumerable<Object>>

.NET Framework Security

See Also

Reference

VirtualizingTreeView Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace