GraphConditionalStyleCollection.RaisePendingPropertyChangeEvents 方法

定义

根据编译的样式集中的条件表达式和属性值表达式中的所有引用属性,引发任何需要引发的 PropertyChanged 事件。

public:
 void RaisePendingPropertyChangeEvents(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphObject ^> ^ graphObjects);
public void RaisePendingPropertyChangeEvents (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphObject> graphObjects);
member this.RaisePendingPropertyChangeEvents : seq<Microsoft.VisualStudio.GraphModel.GraphObject> -> unit
Public Sub RaisePendingPropertyChangeEvents (graphObjects As IEnumerable(Of GraphObject))

参数

graphObjects
IEnumerable<GraphObject>

适用于