DomainClass.OnInheritanceModifierChanged(InheritanceModifier, InheritanceModifier) Метод

Определение

Вызывается, когда изменяется InheritanceModifier DomainClass

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)

Параметры

Применяется к