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
Параметры
- parent
Тип: Microsoft.VisualStudio.Uml.Classes.IConstraint
Возвращаемое значение
Тип: Microsoft.VisualStudio.Uml.Classes.ILiteralInteger
Примечание об использовании
В Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа IConstraint. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе Методы расширения (Visual Basic) или Методы расширения (Руководство по программированию в C#).
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml - пространство имен