ColumnHashSetFilter.CloneAndRemove(String) Method
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.
Clone this and remove removedItem
from the list of excluded strings in the clone.
public:
Microsoft::VisualStudio::Shell::TableControl::ColumnHashSetFilter ^ CloneAndRemove(System::String ^ removedItem);
Microsoft::VisualStudio::Shell::TableControl::ColumnHashSetFilter CloneAndRemove(std::wstring const & removedItem);
public Microsoft.VisualStudio.Shell.TableControl.ColumnHashSetFilter CloneAndRemove (string removedItem);
member this.CloneAndRemove : string -> Microsoft.VisualStudio.Shell.TableControl.ColumnHashSetFilter
Public Function CloneAndRemove (removedItem As String) As ColumnHashSetFilter
- removedItem
- String
New string to remove from the excluded list.
Returns ColumnHashSetFilter.
If this already contains only removedItem
then null is returned. If this doesn't contain removedItem
then this returned.