共用方式為


ILiteralInteger.Value 屬性

整數的值。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property Value As Integer
    Get
    Set
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 命名空間