Adds an existing dependency to the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract bool AddDependency ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function AddDependency ( _ |
The dependency to add to the project.
true if the operation was successful; otherwise, false.
RemarksThis method is not subject to undo/redo and should not be invoked directly. If you need to add new dependency to the model, call CreateDependency.
See Also