GraphConditionalStyleCollection.RaisePendingPropertyChangeEvents 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据编译的样式集中的条件表达式和属性值表达式中的所有引用属性,引发任何需要引发的 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>