Sdílet prostřednictvím


ILiteralInteger.Value – vlastnost

Na celočíselnou hodnotu.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ILiteralInteger Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů