GraphConditionalStyleCollection.RaisePendingPropertyChangeEvents 方法

引发必须引发根据条件表达式和属性值表达式的所有引用的属性中设置的已编译的样式的所有 PropertyChanged 事件。

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

语法

声明
Public Sub RaisePendingPropertyChangeEvents ( _
    graphObjects As IEnumerable(Of GraphObject) _
)
public void RaisePendingPropertyChangeEvents(
    IEnumerable<GraphObject> graphObjects
)
public:
void RaisePendingPropertyChangeEvents(
    IEnumerable<GraphObject^>^ graphObjects
)
member RaisePendingPropertyChangeEvents : 
        graphObjects:IEnumerable<GraphObject> -> unit
public function RaisePendingPropertyChangeEvents(
    graphObjects : IEnumerable<GraphObject>
)

参数

.NET Framework 安全性

请参阅

参考

GraphConditionalStyleCollection 类

Microsoft.VisualStudio.GraphModel.Styles 命名空间