PresentationElementHelper Class
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.
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. |