ILiteralInteger.Value 属性

整数值。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property Value As Integer
int Value { get; set; }
property int Value {
    int get ();
    void set (int value);
}
abstract Value : int with get, set
function get Value () : int
function set Value (value : int)

属性值

类型:System.Int32

.NET Framework 安全性

请参见

参考

ILiteralInteger 接口

Microsoft.VisualStudio.Uml.Classes 命名空间