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