ProjectNode.StartBatchEdit Method

Starts a batch edit.

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

Syntax

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

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

Return Value

Type: System.Int32

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

Implements

IVsProjectBuildSystem.StartBatchEdit()

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