IPersistFileFormat Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetClassID(Guid) | |
![]() | GetCurFile(String^, UInt32) | Returns the path to an object's current working file, or, if there is not a current working file, the object's default file name prompt. |
![]() | GetFormatList(String^) | Provides the caller with the information necessary to open the standard common Save As dialog box (using the GetSaveFileNameViaDlg function) on behalf of the object. |
![]() | InitNew(UInt32) | Instructs the object to initialize itself in the untitled state. |
![]() | IsDirty(Int32) | Determines whether an object has changed since being saved to its current file. |
![]() | Load(String^, UInt32, Int32) | Opens a specified file and initializes an object from the file contents. |
![]() | Save(String^, Int32, UInt32) | Saves a copy of the object into the specified file. |
![]() | SaveCompleted(String^) | Notifies the object that it has concluded the Save transaction and that the object can write to its file. |
Show:
