ITableColumnDefinition2.TryGetFilterItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the filterable items for the column.
public:
bool TryGetFilterItems(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, [Runtime::InteropServices::Out] System::Collections::Generic::IEnumerable<System::String ^> ^ % filterItems);
public bool TryGetFilterItems (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, out System.Collections.Generic.IEnumerable<string> filterItems);
abstract member TryGetFilterItems : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * seq -> bool
Public Function TryGetFilterItems (entry As ITableEntryHandle, ByRef filterItems As IEnumerable(Of String)) As Boolean
Parameters
- entry
- ITableEntryHandle
- filterItems
- IEnumerable<String>