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
- identifier
Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier
The model store identifier
- escape
Type: System.Boolean
Specifies whether to escape
- fullName
Type: System.Boolean
Specifies whether full name
- numberOfPartsToSkip
Type: System.Int32
The number of parts to skip
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.