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

'宣言
Public ReadOnly Property Result As tagVSQuerySaveResult
'使用
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.

Permissions

See Also

Reference

QuerySaveResult Structure

QuerySaveResult Members

Microsoft.VisualStudio.Modeling.Shell Namespace