Compartir a través de


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

Devuelve un nombre para mostrar para un identificador que especifica si se usa un carácter de escape en el nombre y si se proporciona el nombre completo o una versión corta.

Espacio de nombres:  Microsoft.Data.Schema
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

  • escape
    Tipo: System.Boolean
    true para aplicar un carácter de escape al nombre devuelto.
  • fullName
    Tipo: System.Boolean
    true para devolver el nombre de elemento completo.

Valor devuelto

Tipo: System.String
Nombre del elemento especificado.

Seguridad de .NET Framework

Vea también

Referencia

UserInteractionServices Clase

GetDisplayName (Sobrecarga)

Microsoft.Data.Schema (Espacio de nombres)

ModelIdentifier