Método UserInteractionServices.GetDisplayName (ModelIdentifier, Boolean, Boolean)

Retorna um nome de exibição para um identificador que especifica se deve usar um caractere de escape no nome e fornecer o nome completo ou uma versão abreviada.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Overridable Function GetDisplayName ( _
    identifier As ModelIdentifier, _
    escape As Boolean, _
    fullName As Boolean _
) As String
public virtual string GetDisplayName(
    ModelIdentifier identifier,
    bool escape,
    bool fullName
)
public:
virtual String^ GetDisplayName(
    ModelIdentifier^ identifier, 
    bool escape, 
    bool fullName
)
abstract GetDisplayName : 
        identifier:ModelIdentifier * 
        escape:bool * 
        fullName:bool -> string 
override GetDisplayName : 
        identifier:ModelIdentifier * 
        escape:bool * 
        fullName:bool -> string 
public function GetDisplayName(
    identifier : ModelIdentifier, 
    escape : boolean, 
    fullName : boolean
) : String

Parâmetros

  • fullName
    Tipo: System.Boolean
    true para retornar o nome completo do elemento.

Valor de retorno

Tipo: System.String
O nome do elemento especificado.

Segurança do .NET Framework

Consulte também

Referência

UserInteractionServices Classe

Sobrecargas GetDisplayName

Namespace Microsoft.Data.Schema

ModelIdentifier