NamedMetadataObjectCollection<T,P>.GetNewName 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.
Overloads
GetNewName() |
Gets a unique new name for the object. |
GetNewName(String) |
Gets a unique new name for the object with the specified name prefix. |
GetNewName()
Gets a unique new name for the object.
public string GetNewName ();
member this.GetNewName : unit -> string
Public Function GetNewName () As String
Returns
A unique new name for the object.
Applies to
GetNewName(String)
Gets a unique new name for the object with the specified name prefix.
public string GetNewName (string namePrefix);
member this.GetNewName : string -> string
Public Function GetNewName (namePrefix As String) As String
Parameters
- namePrefix
- String
The name prefix.
Returns
A unique new name for the object with the specified name prefix.