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.
Called when a property mapped to this shape changes.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Friend Overrides Sub OnAssociatedPropertyChanged ( _
e As PropertyChangedEventArgs _
)
protected internal override void OnAssociatedPropertyChanged(
PropertyChangedEventArgs e
)
protected public:
virtual void OnAssociatedPropertyChanged(
PropertyChangedEventArgs^ e
) override
abstract OnAssociatedPropertyChanged :
e:PropertyChangedEventArgs -> unit
override OnAssociatedPropertyChanged :
e:PropertyChangedEventArgs -> unit
override function OnAssociatedPropertyChanged(
e : PropertyChangedEventArgs
)
Parameters
Remarks
Overriden to update visibility, which is not stored in IMS.
.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.