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
- identifier
Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier pro prvek.
- escape
Typ: System.Boolean
true pro název vrácené escape.
- fullName
Typ: System.Boolean
true Vrátí název elementu úplný.
- 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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.