CodeGenerationUtilities.IsOuterDecorator Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| IsOuterDecorator(DiagramElementHasDecorators) |
Возвращает значение true, если заданная ссылка ведет ко внешнему декоратору. |
| IsOuterDecorator(ShapeDecoratorPosition) |
Возвращает значение true, если заданный объект ShapeDecorationPosition - внешний декоратор. |
IsOuterDecorator(DiagramElementHasDecorators)
Возвращает значение true, если заданная ссылка ведет ко внешнему декоратору.
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
Параметры
- decoratorLink
- DiagramElementHasDecorators
Возвращаемое значение
Применяется к
IsOuterDecorator(ShapeDecoratorPosition)
Возвращает значение true, если заданный объект ShapeDecorationPosition - внешний декоратор.
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
Параметры
- position
- ShapeDecoratorPosition