Share via


UserInteractionServices.GetElementName Method (IModelElement, Boolean, Boolean, Boolean)

Gets the element name.

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

Syntax

'Declaration
Protected Overridable Function GetElementName ( _
    element As IModelElement, _
    escape As Boolean, _
    fullName As Boolean, _
    includeType As Boolean _
) As String
'Usage
Dim element As IModelElement
Dim escape As Boolean
Dim fullName As Boolean
Dim includeType As Boolean
Dim returnValue As String

returnValue = Me.GetElementName(element, _
    escape, fullName, includeType)
protected virtual string GetElementName(
    IModelElement element,
    bool escape,
    bool fullName,
    bool includeType
)
protected:
virtual String^ GetElementName(
    IModelElement^ element, 
    bool escape, 
    bool fullName, 
    bool includeType
)
protected function GetElementName(
    element : IModelElement, 
    escape : boolean, 
    fullName : boolean, 
    includeType : boolean
) : String
abstract GetElementName : 
        element:IModelElement * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 
override GetElementName : 
        element:IModelElement * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

UserInteractionServices Class

UserInteractionServices Members

GetElementName Overload

Microsoft.Data.Schema.Extensibility Namespace