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

Retorna um nome de exibição para um identificador.

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, _
    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

  • fullName
    Tipo: System.Boolean
    true para retornar o nome completo do elemento.
  • numberOfPartsToSkip
    Tipo: System.Int32
    Um int que indica o número de partes do nome da parte frontal para ignorar.

Valor de retorno

Tipo: System.String
O nome do elemento especificado.

Comentários

Os parâmetros especificam como o nome de exibição deve ser construído.

Segurança do .NET Framework

Consulte também

Referência

UserInteractionServices Classe

Sobrecargas GetDisplayName

Namespace Microsoft.Data.Schema

ModelIdentifier