DocData.QueryEditFile 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
QueryEditFile(String, tagVSQueryEditFlags) |
Helper to perform an SCC QueryEditFiles call. |
QueryEditFile() |
Helper to perform an SCC QueryEditFiles on the file represented by this DocData. |
QueryEditFile(String, tagVSQueryEditFlags)
Helper to perform an SCC QueryEditFiles call.
public:
virtual Microsoft::VisualStudio::Modeling::Shell::QueryEditResult QueryEditFile(System::String ^ fileName, Microsoft::VisualStudio::Shell::Interop::tagVSQueryEditFlags vsQueryEditFlags);
public virtual Microsoft.VisualStudio.Modeling.Shell.QueryEditResult QueryEditFile (string fileName, Microsoft.VisualStudio.Shell.Interop.tagVSQueryEditFlags vsQueryEditFlags);
abstract member QueryEditFile : string * Microsoft.VisualStudio.Shell.Interop.tagVSQueryEditFlags -> Microsoft.VisualStudio.Modeling.Shell.QueryEditResult
override this.QueryEditFile : string * Microsoft.VisualStudio.Shell.Interop.tagVSQueryEditFlags -> Microsoft.VisualStudio.Modeling.Shell.QueryEditResult
Public Overridable Function QueryEditFile (fileName As String, vsQueryEditFlags As tagVSQueryEditFlags) As QueryEditResult
Parameters
- fileName
- String
File to query.
- vsQueryEditFlags
- tagVSQueryEditFlags
QueryEditFlags.
Returns
Applies to
QueryEditFile()
Helper to perform an SCC QueryEditFiles on the file represented by this DocData.
public:
Microsoft::VisualStudio::Modeling::Shell::QueryEditResult QueryEditFile();
public Microsoft.VisualStudio.Modeling.Shell.QueryEditResult QueryEditFile ();
member this.QueryEditFile : unit -> Microsoft.VisualStudio.Modeling.Shell.QueryEditResult
Public Function QueryEditFile () As QueryEditResult