Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Notifies listeners that a value for a property has changed.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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.ModelElementThe 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.