Condividi tramite


Metodo UserInteractionServices.GetDisplayName (ModelIdentifier, Boolean, Boolean, Int32)

Restituisce un nome visualizzato per un identificatore.

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

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.
  • numberOfPartsToSkip
    Tipo: System.Int32
    Valore int che indica il numero di parti del nome da ignorare, partendo dall'inizio del nome.

Valore restituito

Tipo: System.String
Nome dell'elemento specificato.

Note

I parametri specificano come deve essere costruito il nome visualizzato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UserInteractionServices Classe

Overload GetDisplayName

Spazio dei nomi Microsoft.Data.Schema

ModelIdentifier