QuerySaveResult Structure
Manages the results when there is a request to save the document, and encapsulates the results of a call to QuerySaveFiles.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | QuerySaveResult(tagVSQuerySaveResult) | Initializes a new instance of the QuerySaveResult structure. |
| Name | Description | |
|---|---|---|
![]() | CanSaveFile | Gets the document and verifies whether it can be saved. |
![]() | ForceSaveAs | Gets the document and converts the Save operation to the Save As operation. |
![]() | Result | Gets the tagVSQuerySaveResult flag, which determines whether the document can be saved. |
![]() | UserCanceled | True iff the Save operation was canceled by the user. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | 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() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(QuerySaveResult, QuerySaveResult) | Verifies whether two arguments are equal. |
![]() ![]() | Inequality(QuerySaveResult, QuerySaveResult) | Verifies whether two arguments are unequal. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



