Decorator.DiagramElement Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property DiagramElement As DiagramElement
'Usage
Dim instance As Decorator
Dim value As DiagramElement
value = instance.DiagramElement
public virtual DiagramElement DiagramElement { get; }
public:
virtual property DiagramElement^ DiagramElement {
DiagramElement^ get ();
}
public function get DiagramElement () : DiagramElement
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement
.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.