QueryEditResult Struct
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.
Important
This API is not CLS-compliant.
Struct that encapsulates the results of a call to IVsQueryEditQuerySave.QueryEditFiles
public value class QueryEditResult
[System.CLSCompliant(false)]
public struct QueryEditResult
public struct QueryEditResult
[<System.CLSCompliant(false)>]
type QueryEditResult = struct
type QueryEditResult = struct
Public Structure QueryEditResult
- Inheritance
-
QueryEditResult
- Attributes
Constructors
QueryEditResult(tagVSQueryEditResult, tagVSQueryEditResultFlags) |
Construct a new QueryEditResult |
Properties
CanEditFile |
Indicates whether editing of the file is allowed. |
FileReloaded |
Indicates whether the file was reloaded as a result of the QueryEdit call. |
MoreInfo |
Flags returned from QueryEdit |
Result |
Detailed result returned from QueryEdit. |
Methods
Equals(Object) |
Compares this object to another. |
GetHashCode() |
Get hash-code for this object. |
Operators
Equality(QueryEditResult, QueryEditResult) |
Gets whether arguments are equal. |
Inequality(QueryEditResult, QueryEditResult) |
Gets whether arguments are not equal. |