다음을 통해 공유


DiagramElementHasDecorators.GetDiagramElement Method

Gets DiagramElement.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
Public Shared Function GetDiagramElement ( _
    element As Decorator _
) As DiagramElement
public static DiagramElement GetDiagramElement(
    Decorator element
)
public:
static DiagramElement^ GetDiagramElement(
    Decorator^ element
)
static member GetDiagramElement : 
        element:Decorator -> DiagramElement 
public static function GetDiagramElement(
    element : Decorator
) : DiagramElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement

.NET Framework Security

See Also

Reference

DiagramElementHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace