Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies listeners that a value for a property has changed.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Sub NotifyValueChange ( _
    element As ModelElement _
)
public void NotifyValueChange(
    ModelElement element
)
public:
void NotifyValueChange(
    ModelElement^ element
)
member NotifyValueChange : 
        element:ModelElement -> unit
public function NotifyValueChange(
    element : ModelElement
)
Parameters
- element 
 Type: Microsoft.VisualStudio.Modeling.ModelElement- The element whose the property value changed fires a notification. 
Remarks
Only applicable to properties of Kind=Calculated. Designed to be used when a tracking property's source data is updated.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.