ProjectNode.CancelBatchEdit Method

Cancels a batch edit task.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function CancelBatchEdit As Integer
'使用
Dim instance As ProjectNode
Dim returnValue As Integer

returnValue = instance.CancelBatchEdit()
public virtual int CancelBatchEdit()
public:
virtual int CancelBatchEdit()
public function CancelBatchEdit() : int

Return Value

Type: System.Int32

When overridden in a derived class, S_OK if the cancellation was successful, an error code if it was not.

Implements

IVsProjectBuildSystem.CancelBatchEdit()

Remarks

Batch editing is not supported in the base project, so this method returns E_NOTIMPL.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace