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


RolePlayerPropertyDescriptor.GetDescribedElement Method

Returns the ModelElement for which this RolePlayerPropertyDescriptor is representing a role property (i.e. the host element). Note that this is not necessarily the source of the relationship.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Декларация
Protected Friend Function GetDescribedElement ( _
    component As Object _
) As ModelElement
protected internal ModelElement GetDescribedElement(
    Object component
)
protected public:
ModelElement^ GetDescribedElement(
    Object^ component
)
member GetDescribedElement : 
        component:Object -> ModelElement 
 function GetDescribedElement(
    component : Object
) : ModelElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ModelElement

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace