Removes the supplied build dependency from the list.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub RemoveBuildDependency ( _
dependency As IVsBuildDependency _
)
'使用
Dim instance As ProjectNode
Dim dependency As IVsBuildDependency
instance.RemoveBuildDependency(dependency)
public virtual void RemoveBuildDependency(
IVsBuildDependency dependency
)
public:
virtual void RemoveBuildDependency(
IVsBuildDependency^ dependency
)
public function RemoveBuildDependency(
dependency : IVsBuildDependency
)
Parameters
dependency
Type: Microsoft.VisualStudio.Shell.Interop.IVsBuildDependencyThe build dependency to remove.
Implements
IBuildDependencyUpdate.RemoveBuildDependency(IVsBuildDependency)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.