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 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public ReadOnly Property Result As tagVSQuerySaveResult
'Usage
Dim instance As QuerySaveResult 
Dim value As tagVSQuerySaveResult 

value = instance.Result
public tagVSQuerySaveResult Result { get; }
public:
property tagVSQuerySaveResult Result {
    tagVSQuerySaveResult get ();
}
public 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

QuerySaveResult Members

Microsoft.VisualStudio.Modeling.Shell Namespace