共用方式為


GraphObject.Properties 屬性

傳回所有註釋的列舉的屬性。列舉的順序是隨機的。

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

語法

'宣告
Public ReadOnly Property Properties As IEnumerable(Of KeyValuePair(Of GraphProperty, Object))
public IEnumerable<KeyValuePair<GraphProperty, Object>> Properties { get; }
public:
property IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ Properties {
    IEnumerable<KeyValuePair<GraphProperty^, Object^>>^ get ();
}
member Properties : IEnumerable<KeyValuePair<GraphProperty, Object>>
function get Properties () : IEnumerable<KeyValuePair<GraphProperty, Object>>

屬性值

型別:System.Collections.Generic.IEnumerable<KeyValuePair<GraphProperty, Object>>

.NET Framework 安全性

請參閱

參考

GraphObject 類別

Microsoft.VisualStudio.GraphModel 命名空間