tagVSQueryEditResultFlags2 Enum
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.
This enumeration specifies bitflags, returned from the QueryEditFiles(UInt32, Int32, String[], UInt32[], VSQEQS_FILE_ATTRIBUTE_DATA[], UInt32, UInt32) method, that tell whether a file was checked out and/or changed.
This enumeration supports a bitwise combination of its member values.
public enum class tagVSQueryEditResultFlags2
public enum class tagVSQueryEditResultFlags2
enum tagVSQueryEditResultFlags2
[System.Flags]
public enum tagVSQueryEditResultFlags2
[<System.Flags>]
type tagVSQueryEditResultFlags2 =
Public Enum tagVSQueryEditResultFlags2
- Inheritance
-
tagVSQueryEditResultFlags2
- Attributes
Fields
QER_Changed | 1024 | The QueryEditFiles operation caused check out from source control and a new version was retrieved. If the file is opened in the IDE, QER_Reloaded will also be retuned. |
QER_Reloaded | 512 | The QueryEditFiles operation caused check out from source control, a new version was retrieved from the source control database, and the file was reloaded in memory (editor buffer or project/solution file). The caller may need to abort the initial operation that caused the edit if it cannot tolerate the newly reloaded content of the file—for example, if calculations made based on the content before the QueryEditFiles call may not apply to the new content). |