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