BehaviorActionProvider.RemoveBehavior(ModelItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual bool RemoveBehavior(Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^ modelItem);
public virtual bool RemoveBehavior (Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem modelItem);
abstract member RemoveBehavior : Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem -> bool
override this.RemoveBehavior : Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem -> bool
Public Overridable Function RemoveBehavior (modelItem As ModelItem) As Boolean
Parameters
- modelItem
- ModelItem