Share via


UserInteractionServices.GetElementTypeDescription Method

Gets the element type description.

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

Syntax

'Declaration
Public Overridable Function GetElementTypeDescription ( _
    elementClass As ElementClass _
) As String
'Usage
Dim instance As UserInteractionServices
Dim elementClass As ElementClass
Dim returnValue As String

returnValue = instance.GetElementTypeDescription(elementClass)
public virtual string GetElementTypeDescription(
    ElementClass elementClass
)
public:
virtual String^ GetElementTypeDescription(
    ElementClass^ elementClass
)
public function GetElementTypeDescription(
    elementClass : ElementClass
) : String
abstract GetElementTypeDescription : 
        elementClass:ElementClass -> string 
override GetElementTypeDescription : 
        elementClass:ElementClass -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

UserInteractionServices Class

UserInteractionServices Members

Microsoft.Data.Schema.Extensibility Namespace