UserInteractionServices.GetDisplayName Method (ModelStore.Identifier, Boolean, Boolean, Int32)

Gets the display name.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Function GetDisplayName ( _
    identifier As ModelStore..::..Identifier, _
    escape As Boolean, _
    fullName As Boolean, _
    numberOfPartsToSkip As Integer _
) As String
'Usage
Dim instance As UserInteractionServices
Dim identifier As ModelStore..::..Identifier
Dim escape As Boolean
Dim fullName As Boolean
Dim numberOfPartsToSkip As Integer
Dim returnValue As String

returnValue = instance.GetDisplayName(identifier, _
    escape, fullName, numberOfPartsToSkip)
public virtual string GetDisplayName(
    ModelStore..::..Identifier identifier,
    bool escape,
    bool fullName,
    int numberOfPartsToSkip
)
public:
virtual String^ GetDisplayName(
    ModelStore..::..Identifier^ identifier, 
    bool escape, 
    bool fullName, 
    int numberOfPartsToSkip
)
public function GetDisplayName(
    identifier : ModelStore..::..Identifier, 
    escape : boolean, 
    fullName : boolean, 
    numberOfPartsToSkip : int
) : String
abstract GetDisplayName : 
        identifier:ModelStore..::..Identifier * 
        escape:bool * 
        fullName:bool * 
        numberOfPartsToSkip:int -> string 
override GetDisplayName : 
        identifier:ModelStore..::..Identifier * 
        escape:bool * 
        fullName:bool * 
        numberOfPartsToSkip:int -> string 

Parameters

  • numberOfPartsToSkip
    Type: System.Int32
    The number of parts to skip

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

UserInteractionServices Class

UserInteractionServices Members

GetDisplayName Overload

Microsoft.Data.Schema.Extensibility Namespace