Поделиться через


UserInteractionServices.GetDisplayName - метод (ModelIdentifier, Boolean, Boolean)

Возвращает отображаемое имя для идентификатора, указывающее, использовать ли escape-символ на имени, и предоставлять ли полное имя или его короткую версию.

Пространство имен:  Microsoft.Data.Schema
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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

Параметры

  • escape
    Тип: System.Boolean
    Логическое значение true для преобразования возвращаемого имени в escape-последовательность.
  • fullName
    Тип: System.Boolean
    Логическое значение true, чтобы вернуть полное имя элемента.

Возвращаемое значение

Тип: System.String
Имя указанного элемента.

Безопасность платформы .NET Framework

См. также

Ссылки

UserInteractionServices Класс

GetDisplayName - перегрузка

Microsoft.Data.Schema - пространство имен

ModelIdentifier