ColumnHashSetFilter.CloneAndAdd(String) 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.
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.