TableColumnDefinitionBase.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:
virtual bool TryGetFilterItems(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, [Runtime::InteropServices::Out] System::Collections::Generic::IEnumerable<System::String ^> ^ % filterItems);
public virtual 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
override this.TryGetFilterItems : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * seq -> bool
Public Overridable Function TryGetFilterItems (entry As ITableEntryHandle, ByRef filterItems As IEnumerable(Of String)) As Boolean
Parameters
- entry
- ITableEntryHandle
- filterItems
- IEnumerable<String>
Returns
Implements
Microsoft.Internal.VisualStudio.Shell.TableControl.ITableColumnDefinition2.TryGetFilterItems(Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle,System.Collections.Generic.IEnumerable{System.String}@)
TryGetFilterItems(ITableEntryHandle, IEnumerable<String>)