QueryEditResult Structure
Manages the results when there is a request to modify the document, and encapsulates the results of a call to QueryEditFiles.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Structure QueryEditResult
[CLSCompliantAttribute(false)]
public struct QueryEditResult
[CLSCompliantAttribute(false)]
public value class QueryEditResult
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type QueryEditResult = struct end
JScript supports the use of structures, but not the declaration of new ones.
The QueryEditResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QueryEditResult | Initializes a new instance of the QueryEditResult structure. |
Top
Properties
Name | Description | |
---|---|---|
CanEditFile | Gets the document and verifies whether it can be edited. | |
FileReloaded | Gets the document and verifies whether it has been reloaded because of the QueryEditFiles call. | |
MoreInfo | Gets the tagVSQueryEditResultFlags flags, which describe editing attributes for the document. | |
Result | Gets the tagVSQueryEditResult flag, which determines whether the document can be edited. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Compares the object to another object and verifies whether they are equal. (Overrides ValueType.Equals(Object).) | |
GetHashCode | Gets the hash code for the object. (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Verifies whether two arguments are equal. | |
Inequality | Verifies whether two arguments are unequal. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.