ISolutionTreeFilter.IncludedItems Property
Gets the set of items that are included by the filter.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
ReadOnly Property IncludedItems As IReadOnlyObservableSet
IReadOnlyObservableSet IncludedItems { get; }
property IReadOnlyObservableSet^ IncludedItems {
IReadOnlyObservableSet^ get ();
}
abstract IncludedItems : IReadOnlyObservableSet with get
function get IncludedItems () : IReadOnlyObservableSet
Property Value
Type: Microsoft.VisualStudio.Shell.IReadOnlyObservableSet
Remarks
When the IncludedItems are placed into a tree, these items and their ancestors will be included in the tree, and all other items will be excluded.
.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.