Share via


IPersistFile Interface

Enables an object to be saved or loaded to a disk file. Inherits from IPersist. For more information, see IPersistFile.

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

Syntax

‘선언
<GuidAttribute("0000010B-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistFile _
    Inherits IPersist
[GuidAttribute("0000010B-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IPersistFile : IPersist

The IPersistFile type exposes the following members.

Methods

  Name Description
Public method GetClassID(Guid%) (Inherited from IPersist.)
Public method GetClassID(Guid%)
Public method GetCurFile
Public method IsDirty
Public method Load
Public method Save
Public method SaveCompleted

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace