HierarchyTreeFilterProvider.HierarchyTreeFilter.GetIncludedItemsAsync Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣告
Protected MustOverride Function GetIncludedItemsAsync ( _
rootItems As IEnumerable(Of IVsHierarchyItem) _
) As Task<(Of <<'(IReadOnlyObservableSet>)>>)
protected abstract Task<(Of <<'(IReadOnlyObservableSet>)>>) GetIncludedItemsAsync(
IEnumerable<IVsHierarchyItem> rootItems
)
Parameters
- rootItems
Type: System.Collections.Generic.IEnumerable<IVsHierarchyItem>
Return Value
Type: System.Threading.Tasks.Task<IReadOnlyObservableSet>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.