共用方式為


GraphNodeId.LiteralValue 屬性

取得 GraphNodeId 的常值。 如果 GraphNodeIdName 是文字,請使用名稱;否則 ToString 的委派。

命名空間:  Microsoft.VisualStudio.GraphModel
組件:  Microsoft.VisualStudio.GraphModel (在 Microsoft.VisualStudio.GraphModel.dll 中)

語法

'宣告
Public ReadOnly Property LiteralValue As String
public string LiteralValue { get; }
public:
property String^ LiteralValue {
    String^ get ();
}
member LiteralValue : string with get
function get LiteralValue () : String

屬性值

類型:String
GraphNodeId 的字串形式。

.NET Framework 安全性

請參閱

參考

GraphNodeId 類別

Microsoft.VisualStudio.GraphModel 命名空間