CodeGenerationUtilities.IsOuterDecorator Method
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.
Overloads
IsOuterDecorator(DiagramElementHasDecorators) |
Returns true if the given link connects to an outer decorator. |
IsOuterDecorator(ShapeDecoratorPosition) |
Returns true if the given ShapeDecorationPosition is an outer decorator. |
IsOuterDecorator(DiagramElementHasDecorators)
Returns true if the given link connects to an outer decorator.
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
Parameters
- decoratorLink
- DiagramElementHasDecorators
Returns
Applies to
IsOuterDecorator(ShapeDecoratorPosition)
Returns true if the given ShapeDecorationPosition is an outer decorator.
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
Parameters
- position
- ShapeDecoratorPosition