Share via


PresentationElementHelper Class

Definition

This class contains extension methods for the PresentationElement class.

public ref class PresentationElementHelper abstract sealed
public static class PresentationElementHelper
type PresentationElementHelper = class
Public Module PresentationElementHelper
Inheritance
PresentationElementHelper

Methods

GetDslDefinitionModelElement(PresentationElement)

This method ensures that the real model element corresponding to the PresentationElement is returned. For DslDesigner PELs, the corresponding subject may actually be an internal TreeNode class and not the actual MEL. This method handles those cases correctly so that the actual MEL is returned.

Applies to