UserInteractionServices.GetRelatedElementTypeDescription Method
Returns a description of the related object in the provided relationship.
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
Parameters
- relationship
Type: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
A ModelRelationshipClass metadata object.
Return Value
Type: System.String
The type description of the related model element.
.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.