Adds an existing resource to the project.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract bool AddResource ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function AddResource ( _ |
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 resource to the model, call CreateResource.
See Also