Compartilhar via


Propriedade IExpression.Symbol

O símbolo na raiz dessa subárvore.

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

Sintaxe

'Declaração
Property Symbol As String
    Get
    Set
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IExpression Interface

Namespace Microsoft.VisualStudio.Uml.Classes