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)
Параметры
- oldValue
- InheritanceModifier
- newValue
- InheritanceModifier