Removes the specified dependency from the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract int DoRemoveDependency ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function DoRemoveDependency ( _ |
The 0-based index of the removed dependency within its containing collection.
RemarksThis method is not subject to undo/redo and should not be invoked directly. If you need to remove a dependency from the model, call RemoveDependency.
See Also