QuerySaveResult Structure

 

Manages the results when there is a request to save the document, and encapsulates the results of a call to QuerySaveFiles.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

[CLSCompliantAttribute(false)]
public value struct QuerySaveResult

NameDescription
System_CAPS_pubmethodQuerySaveResult(tagVSQuerySaveResult)

Initializes a new instance of the QuerySaveResult structure.

NameDescription
System_CAPS_pubpropertyCanSaveFile

Gets the document and verifies whether it can be saved.

System_CAPS_pubpropertyForceSaveAs

Gets the document and converts the Save operation to the Save As operation.

System_CAPS_pubpropertyResult

Gets the tagVSQuerySaveResult flag, which determines whether the document can be saved.

System_CAPS_pubpropertyUserCanceled

True iff the Save operation was canceled by the user.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Compares the object to another object and verifies whether they are equal.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the object.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(QuerySaveResult, QuerySaveResult)

Verifies whether two arguments are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: