Freigeben über


ColumnHashSetFilter.CloneAndRemove(String) Method

Definition

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

Parameters

removedItem
String

New string to remove from the excluded list.

Returns

Returns ColumnHashSetFilter.

Remarks

If this already contains only removedItem then null is returned. If this doesn't contain removedItem then this returned.

Applies to