RolePlayerPropertyDescriptor.GetDescribedElement(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
protected public:
Microsoft::VisualStudio::Modeling::ModelElement ^ GetDescribedElement(System::Object ^ component);
protected internal Microsoft.VisualStudio.Modeling.ModelElement GetDescribedElement (object component);
member this.GetDescribedElement : obj -> Microsoft.VisualStudio.Modeling.ModelElement
Protected Friend Function GetDescribedElement (component As Object) As ModelElement
Parameters
- component
- Object