Sdílet prostřednictvím


ILiteralString.Value – vlastnost

Hodnota řetězce.

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

Syntaxe

'Deklarace
Property Value As String
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
abstract Value : string with get, set
function get Value () : String 
function set Value (value : String)

Hodnota vlastnosti

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ILiteralString Rozhraní

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