Sdílet prostřednictvím


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

Vrátí identifikátor 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, _
    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

Parametry

  • numberOfPartsToSkip
    Typ: System.Int32
    int , Označuje počet částí názvu zepředu přeskočit.

Vrácená hodnota

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

Poznámky

Parametry určete, jak měla být tvořena zobrazovaný název.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UserInteractionServices Třída

GetDisplayName – přetížení

Microsoft.Data.Schema – obor názvů

ModelIdentifier