DomainClass.OnInheritanceModifierChanged(InheritanceModifier, InheritanceModifier) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aufruf erfolgt, wenn "vererancemodifier" für eine domainClass geändert wird.
protected:
virtual void OnInheritanceModifierChanged(Microsoft::VisualStudio::Modeling::DslDefinition::InheritanceModifier oldValue, Microsoft::VisualStudio::Modeling::DslDefinition::InheritanceModifier newValue);
protected virtual void OnInheritanceModifierChanged (Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier oldValue, Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier newValue);
abstract member OnInheritanceModifierChanged : Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier * Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier -> unit
override this.OnInheritanceModifierChanged : Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier * Microsoft.VisualStudio.Modeling.DslDefinition.InheritanceModifier -> unit
Protected Overridable Sub OnInheritanceModifierChanged (oldValue As InheritanceModifier, newValue As InheritanceModifier)
Parameter
- oldValue
- InheritanceModifier
- newValue
- InheritanceModifier