ProjectNode.EndBatchEdit Method

Ends a batch edit on the project.

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

Syntax

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

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

Return Value

Type: System.Int32

When overridden in a derived class, S_OK if the end of the batch edit was successful, an error code if it was not.

Implements

IVsProjectBuildSystem.EndBatchEdit()

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