UCOMIPersistFile Interface
Use System.Runtime.InteropServices.ComTypes.IPersistFile instead.
Assembly: mscorlib (in mscorlib.dll)
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IPersistFile instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> <GuidAttribute("0000010b-0000-0000-C000-000000000046")> <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> Public Interface UCOMIPersistFile
| Name | Description | |
|---|---|---|
![]() | GetClassID(Guid) | Retrieves the class identifier (CLSID) of an object. |
![]() | GetCurFile(String) | Retrieves either the absolute path to current working file of the object, or if there is no current working file, the default filename prompt of the object. |
![]() | IsDirty() | Checks an object for changes since it was last saved to its current file. |
![]() | Load(String, Int32) | Opens the specified file and initializes an object from the file contents. |
![]() | Save(String, Boolean) | Saves a copy of the object into the specified file. |
![]() | SaveCompleted(String) | Notifies the object that it can write to its file. |
For more information, please see the existing documentation for IPersistFile and IPersist in the com subfolder of the MSDN library.
Available since 1.1
