Condividi tramite


Metodo UserInteractionServices.GetDisplayName (ModelIdentifier, Boolean, Boolean)

Restituisce un nome visualizzato per un identificatore che specifica se utilizzare un carattere di escape nel nome e se fornire il nome completo o una versione breve.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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

Parametri

  • escape
    Tipo: System.Boolean
    true per utilizzare un carattere di escape nel nome restituito.
  • fullName
    Tipo: System.Boolean
    true per restituire il nome completo dell'elemento.

Valore restituito

Tipo: System.String
Nome dell'elemento specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UserInteractionServices Classe

Overload GetDisplayName

Spazio dei nomi Microsoft.Data.Schema

ModelIdentifier