Compartir a través de


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

Devuelve un nombre para mostrar de un identificador.

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, _
    numberOfPartsToSkip As Integer _
) As String
public virtual string GetDisplayName(
    ModelIdentifier identifier,
    bool escape,
    bool fullName,
    int numberOfPartsToSkip
)
public:
virtual String^ GetDisplayName(
    ModelIdentifier^ identifier, 
    bool escape, 
    bool fullName, 
    int numberOfPartsToSkip
)
abstract GetDisplayName : 
        identifier:ModelIdentifier * 
        escape:bool * 
        fullName:bool * 
        numberOfPartsToSkip:int -> string 
override GetDisplayName : 
        identifier:ModelIdentifier * 
        escape:bool * 
        fullName:bool * 
        numberOfPartsToSkip:int -> string 
public function GetDisplayName(
    identifier : ModelIdentifier, 
    escape : boolean, 
    fullName : boolean, 
    numberOfPartsToSkip : int
) : String

Parámetros

  • escape
    Tipo: System.Boolean
    Es true para aplicar un carácter de escape al nombre devuelto.
  • fullName
    Tipo: System.Boolean
    Es true para devolver el nombre de elemento completo.
  • numberOfPartsToSkip
    Tipo: System.Int32
    Valor de tipo int que indica el número de partes del nombre contadas desde el principio que se van a omitir.

Valor devuelto

Tipo: System.String
Nombre del elemento especificado.

Comentarios

Los parámetros especifican cómo se debería construir el nombre para mostrar.

Seguridad de .NET Framework

Vea también

Referencia

UserInteractionServices Clase

GetDisplayName (Sobrecarga)

Microsoft.Data.Schema (Espacio de nombres)

ModelIdentifier