Removes the specified dependency from the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract int RemoveDependency ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function RemoveDependency ( _ |
The dependency to remove.
The 0-based index of the removed dependency within its containing collection.
See Also