Поделиться через


ConstraintExtensions.CreateSpecificationLiteralInteger - метод

Создайте новый объект ILiteralInteger в ограничении

Пространство имен:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Сборка:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (в Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Синтаксис

'Декларация
<ExtensionAttribute> _
Public Shared Function CreateSpecificationLiteralInteger ( _
    parent As IConstraint _
) As ILiteralInteger
public static ILiteralInteger CreateSpecificationLiteralInteger(
    this IConstraint parent
)
[ExtensionAttribute]
public:
static ILiteralInteger^ CreateSpecificationLiteralInteger(
    IConstraint^ parent
)
static member CreateSpecificationLiteralInteger : 
        parent:IConstraint -> ILiteralInteger 
public static function CreateSpecificationLiteralInteger(
    parent : IConstraint
) : ILiteralInteger

Параметры

Возвращаемое значение

Тип: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger

Примечание об использовании

В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа IConstraint. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе Методы расширения (Visual Basic) или Методы расширения (Руководство по программированию в C#).

Безопасность платформы .NET Framework

См. также

Ссылки

ConstraintExtensions Класс

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml - пространство имен