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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。