共用方式為


IExpression.Symbol 屬性

在此樹狀子目錄的根的符號。

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

語法

'宣告
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)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IExpression 介面

Microsoft.VisualStudio.Uml.Classes 命名空間