Freigeben über


IExpression.Symbol-Eigenschaft

Das Symbol am Stamm der Teilstruktur.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

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

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

IExpression Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace