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
'Declaración
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
- component
Type: System.Object
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
.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.