UCOMIPersistFile Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
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)>] type UCOMIPersistFile = interface end
| 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.
.NET Framework
Available since 1.1
Available since 1.1
Show:
