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
filename
Type: System.StringSpecifies the file name.
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
- 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.