Freigeben über


UserInteractionServices.GetRelatedElementTypeDescription-Methode

Gibt eine Beschreibung des verknüpften Objekts in der bereitgestellten Beziehung zurück.

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

Syntax

'Declaration
Public Overridable Function GetRelatedElementTypeDescription ( _
    relationship As ModelRelationshipClass _
) As String
public virtual string GetRelatedElementTypeDescription(
    ModelRelationshipClass relationship
)
public:
virtual String^ GetRelatedElementTypeDescription(
    ModelRelationshipClass^ relationship
)
abstract GetRelatedElementTypeDescription : 
        relationship:ModelRelationshipClass -> string 
override GetRelatedElementTypeDescription : 
        relationship:ModelRelationshipClass -> string 
public function GetRelatedElementTypeDescription(
    relationship : ModelRelationshipClass
) : String

Parameter

Rückgabewert

Typ: System.String
Die Typbeschreibung des verwandten Modellelements.

.NET Framework-Sicherheit

Siehe auch

Referenz

UserInteractionServices Klasse

Microsoft.Data.Schema-Namespace

ModelRelationshipClass