DocData.QuerySaveFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QuerySaveFile() |
Helper to perform an SCC QuerySaveFiles call on the file represented by this DocData. |
QuerySaveFile(String, tagVSQuerySaveFlags) |
Helper to perform an SCC QuerySaveFiles call. |
QuerySaveFile()
Helper to perform an SCC QuerySaveFiles call on the file represented by this DocData.
public:
Microsoft::VisualStudio::Modeling::Shell::QuerySaveResult QuerySaveFile();
public Microsoft.VisualStudio.Modeling.Shell.QuerySaveResult QuerySaveFile ();
member this.QuerySaveFile : unit -> Microsoft.VisualStudio.Modeling.Shell.QuerySaveResult
Public Function QuerySaveFile () As QuerySaveResult
Returns
Applies to
QuerySaveFile(String, tagVSQuerySaveFlags)
Helper to perform an SCC QuerySaveFiles call.
public:
virtual Microsoft::VisualStudio::Modeling::Shell::QuerySaveResult QuerySaveFile(System::String ^ fileName, Microsoft::VisualStudio::Shell::Interop::tagVSQuerySaveFlags querySaveFlags);
public virtual Microsoft.VisualStudio.Modeling.Shell.QuerySaveResult QuerySaveFile (string fileName, Microsoft.VisualStudio.Shell.Interop.tagVSQuerySaveFlags querySaveFlags);
abstract member QuerySaveFile : string * Microsoft.VisualStudio.Shell.Interop.tagVSQuerySaveFlags -> Microsoft.VisualStudio.Modeling.Shell.QuerySaveResult
override this.QuerySaveFile : string * Microsoft.VisualStudio.Shell.Interop.tagVSQuerySaveFlags -> Microsoft.VisualStudio.Modeling.Shell.QuerySaveResult
Public Overridable Function QuerySaveFile (fileName As String, querySaveFlags As tagVSQuerySaveFlags) As QuerySaveResult
Parameters
- fileName
- String
File to query.
- querySaveFlags
- tagVSQuerySaveFlags
QuerySaveFlags.
Returns
true if OK to save the file.