Share via


ColumnHashSetFilter.CloneAndAdd(String) Method

Definition

Clone this and add newItem to the list of excluded strings in the clone.

public:
 Microsoft::VisualStudio::Shell::TableControl::ColumnHashSetFilter ^ CloneAndAdd(System::String ^ newItem);
Microsoft::VisualStudio::Shell::TableControl::ColumnHashSetFilter CloneAndAdd(std::wstring const & newItem);
public Microsoft.VisualStudio.Shell.TableControl.ColumnHashSetFilter CloneAndAdd (string newItem);
member this.CloneAndAdd : string -> Microsoft.VisualStudio.Shell.TableControl.ColumnHashSetFilter
Public Function CloneAndAdd (newItem As String) As ColumnHashSetFilter

Parameters

newItem
String

New string to add to the excluded list.

Returns

Returns ColumnHashSetFilter.

Remarks

If this already contains newItem then this is returned.

Applies to