IPersistFileFormat Methods

 

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

NameDescription
System_CAPS_pubmethodGetClassID(Guid)

System_CAPS_pubmethodGetCurFile(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.

System_CAPS_pubmethodGetFormatList(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.

System_CAPS_pubmethodInitNew(UInt32)

Instructs the object to initialize itself in the untitled state.

System_CAPS_pubmethodIsDirty(Int32)

Determines whether an object has changed since being saved to its current file.

System_CAPS_pubmethodLoad(String^, UInt32, Int32)

Opens a specified file and initializes an object from the file contents.

System_CAPS_pubmethodSave(String^, Int32, UInt32)

Saves a copy of the object into the specified file.

System_CAPS_pubmethodSaveCompleted(String^)

Notifies the object that it has concluded the Save transaction and that the object can write to its file.

Return to top
Show: