QuerySaveResult Structure

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

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Structure QuerySaveResult
'Usage
Dim instance As QuerySaveResult
[CLSCompliantAttribute(false)]
public struct QuerySaveResult
[CLSCompliantAttribute(false)]
public value class QuerySaveResult
JScript supports the use of structures, but not the declaration of new ones.

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.

See Also

Reference

QuerySaveResult Members

Microsoft.VisualStudio.Modeling.Shell Namespace