VirtualizingTreeView.FilterParentEvaluator Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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