ProjectNode.SaveCompleted Method

Notifies the object that it has concluded the Save transaction and that the object can write to its file.

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

Syntax

'宣言
Public Overridable Function SaveCompleted ( _
    filename As String _
) As Integer
'使用
Dim instance As ProjectNode
Dim filename As String
Dim returnValue As Integer

returnValue = instance.SaveCompleted(filename)
public virtual int SaveCompleted(
    string filename
)
public:
virtual int SaveCompleted(
    String^ filename
)
public function SaveCompleted(
    filename : String
) : int

Parameters

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IPersistFileFormat.SaveCompleted(String)

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace