Поделиться через


UserInteractionServices.GetRelatedElementTypeDescription - метод

В предоставленных отношениях возвращает описание связанного объекта.

Пространство имен:  Microsoft.Data.Schema
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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

Параметры

Возвращаемое значение

Тип: System.String
Описание типа элемента модели со связями.

Безопасность платформы .NET Framework

См. также

Ссылки

UserInteractionServices Класс

Microsoft.Data.Schema - пространство имен

ModelRelationshipClass