Sdílet prostřednictvím


UserInteractionServices.GetDisplayName – metoda (ModelIdentifier, Boolean, Boolean)

Vrátí identifikátor, který určuje, zda název použít znak escape a zda zadat celý název nebo krátkou verzi zobrazovaný název.

Obor názvů:  Microsoft.Data.Schema
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.String
Název zadaný prvek.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UserInteractionServices Třída

GetDisplayName – přetížení

Microsoft.Data.Schema – obor názvů

ModelIdentifier