MindFusion.Scheduling for Silverlight Programmer's Guide
IProjectViewModel.DoRemoveDependency Method
See Also
 





Removes the specified dependency from the project.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public abstract int DoRemoveDependency (
    IDependencyViewModel dependency
)

Visual Basic  Copy Code

Public MustOverride Function DoRemoveDependency ( _
    dependency As IDependencyViewModel _
) As Integer

 Parameters

dependency
The dependency to remove.

 Return Value

The 0-based index of the removed dependency within its containing collection.

 Remarks

This method is not subject to undo/redo and should not be invoked directly. If you need to remove a dependency from the model, call RemoveDependency.

 See Also

IProjectViewModel Members
IProjectViewModel Interface
MindFusion.DataViews.Silverlight Namespace