Share via


IPersistFile.SaveCompleted Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub SaveCompleted ( _
    pszFileName As String _
)
void SaveCompleted(
    string pszFileName
)
void SaveCompleted(
    [InAttribute] String^ pszFileName
)
abstract SaveCompleted : 
        pszFileName:string -> unit 
function SaveCompleted(
    pszFileName : String
)

Parameters

.NET Framework Security

See Also

Reference

IPersistFile Interface

Microsoft.VisualStudio.OLE.Interop Namespace