PresentationElementTypeDescriptor.RepresentedModelElement Property
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 model element represented by the presentation element being described.
protected:
property Microsoft::VisualStudio::Modeling::ModelElement ^ RepresentedModelElement { Microsoft::VisualStudio::Modeling::ModelElement ^ get(); };
protected Microsoft.VisualStudio.Modeling.ModelElement RepresentedModelElement { get; }
member this.RepresentedModelElement : Microsoft.VisualStudio.Modeling.ModelElement
Protected ReadOnly Property RepresentedModelElement As ModelElement
Property Value
Remarks
Will return null if this.PresentationElement is null (e.g. if a type-based descriptor), or if the presentation element is not linked to a MEL.