Compartilhar via


NamedMetadataObjectCollection<T,P>.GetNewName Método

Definição

Sobrecargas

GetNewName()

Obtém um novo nome exclusivo para o objeto.

GetNewName(String)

Obtém um novo nome exclusivo para o objeto com o prefixo do nome especificado.

GetNewName()

Obtém um novo nome exclusivo para o objeto.

public string GetNewName ();
member this.GetNewName : unit -> string
Public Function GetNewName () As String

Retornos

Obtém um novo nome exclusivo para o objeto.

Aplica-se a

GetNewName(String)

Obtém um novo nome exclusivo para o objeto com o prefixo do nome especificado.

public string GetNewName (string namePrefix);
member this.GetNewName : string -> string
Public Function GetNewName (namePrefix As String) As String

Parâmetros

namePrefix
String

O prefixo do nome.

Retornos

Um nome novo exclusivo para o objeto com o prefixo do nome especificado.

Aplica-se a