共用方式為


GraphUpdatedEventArgs.RemovedProperties 屬性

每個變更 GraphObject 的屬性在圖形。

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

語法

'宣告
Public ReadOnly Property RemovedProperties As IDictionary(Of GraphObject, ISet(Of GraphProperty))
public IDictionary<GraphObject, ISet<GraphProperty>> RemovedProperties { get; }
public:
property IDictionary<GraphObject^, ISet<GraphProperty^>^>^ RemovedProperties {
    IDictionary<GraphObject^, ISet<GraphProperty^>^>^ get ();
}
member RemovedProperties : IDictionary<GraphObject, ISet<GraphProperty>> with get
function get RemovedProperties () : IDictionary<GraphObject, ISet<GraphProperty>>

屬性值

類型:IDictionary<GraphObject, ISet<GraphProperty>>

.NET Framework 安全性

請參閱

參考

GraphUpdatedEventArgs 類別

Microsoft.VisualStudio.GraphModel 命名空間