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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaração
Public ReadOnly Property Result As tagVSQuerySaveResult
Get
public tagVSQuerySaveResult Result { get; }
public:
property tagVSQuerySaveResult Result {
tagVSQuerySaveResult get ();
}
member Result : tagVSQuerySaveResult
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.