DomainPropertyInfo.NotifyValueChange(ModelElement) 方法

定义

触发通知 (规则、事件和 OnValueChanging) 指示此值的更改。

public:
 void NotifyValueChange(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public void NotifyValueChange (Microsoft.VisualStudio.Modeling.ModelElement element);
member this.NotifyValueChange : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Public Sub NotifyValueChange (element As ModelElement)

参数

element
ModelElement

注解

仅适用于 Kind = 计算的属性。 设计为在更新跟踪属性的源数据时使用。

适用于