GraphUpdatedEventArgs.GetRemovedProperties 方法

获取给定的已更改的节点所移除的图形属性的列表。

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
Public Function GetRemovedProperties ( _
    parent As GraphObject _
) As IEnumerable(Of GraphProperty)
public IEnumerable<GraphProperty> GetRemovedProperties(
    GraphObject parent
)
public:
IEnumerable<GraphProperty^>^ GetRemovedProperties(
    GraphObject^ parent
)
member GetRemovedProperties : 
        parent:GraphObject -> IEnumerable<GraphProperty> 
public function GetRemovedProperties(
    parent : GraphObject
) : IEnumerable<GraphProperty>

参数

返回值

类型:System.Collections.Generic.IEnumerable<GraphProperty>
已删除属性的集合。

.NET Framework 安全性

请参见

参考

GraphUpdatedEventArgs 类

Microsoft.VisualStudio.GraphModel 命名空间