QueryManager.GenerateItemName(String, ICollection<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.
public:
static System::String ^ GenerateItemName(System::String ^ name, System::Collections::Generic::ICollection<System::String ^> ^ existingNames);
public static string GenerateItemName (string name, System.Collections.Generic.ICollection<string> existingNames);
static member GenerateItemName : string * System.Collections.Generic.ICollection<string> -> string
Public Shared Function GenerateItemName (name As String, existingNames As ICollection(Of String)) As String
Parameters
- name
- String
- existingNames
- ICollection<String>