CodeGenerationUtilities.IsOuterDecorator Methode

Definition

Überlädt

IsOuterDecorator(DiagramElementHasDecorators)

Gibt true zurück, wenn der angegebene Link mit einem äußeren Decorator-Gerät verbunden ist.

IsOuterDecorator(ShapeDecoratorPosition)

Gibt true zurück, wenn die angegebene shapedecorationposition ein äußerer Decorator ist.

IsOuterDecorator(DiagramElementHasDecorators)

Gibt true zurück, wenn der angegebene Link mit einem äußeren Decorator-Gerät verbunden ist.

public:
 static bool IsOuterDecorator(Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementHasDecorators ^ decoratorLink);
public static bool IsOuterDecorator (Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators decoratorLink);
static member IsOuterDecorator : Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators -> bool
Public Shared Function IsOuterDecorator (decoratorLink As DiagramElementHasDecorators) As Boolean

Parameter

Gibt zurück

Boolean

Gilt für

IsOuterDecorator(ShapeDecoratorPosition)

Gibt true zurück, wenn die angegebene shapedecorationposition ein äußerer Decorator ist.

public:
 static bool IsOuterDecorator(Microsoft::VisualStudio::Modeling::DslDefinition::ShapeDecoratorPosition position);
public static bool IsOuterDecorator (Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition position);
static member IsOuterDecorator : Microsoft.VisualStudio.Modeling.DslDefinition.ShapeDecoratorPosition -> bool
Public Shared Function IsOuterDecorator (position As ShapeDecoratorPosition) As Boolean

Parameter

Gibt zurück

Boolean

Gilt für