Share via


QuerySaveResult.Result Property

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

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

Syntax

'Declaration
Public ReadOnly Property Result As tagVSQuerySaveResult
public tagVSQuerySaveResult Result { get; }
public:
property tagVSQuerySaveResult Result {
    tagVSQuerySaveResult get ();
}
member Result : tagVSQuerySaveResult with get
function get Result () : tagVSQuerySaveResult

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.tagVSQuerySaveResult
The tagVSQuerySaveResult flag, which determines whether a document can be saved.

Remarks

This flag is returned when there is a request to save the document.

.NET Framework Security

See Also

Reference

QuerySaveResult Structure

Microsoft.VisualStudio.Modeling.Shell Namespace