VirtualizingTreeView.ItemToCollectionSourceAdapter Property

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

Syntax

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

Property Value

Type: System.Func<Object, Object>

.NET Framework Security

See Also

Reference

VirtualizingTreeView Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace