Share via


QueryEditResult.MoreInfo Property

Gets the tagVSQueryEditResultFlags flags, which describe editing attributes for the document.

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

Syntax

'Declaration
Public ReadOnly Property MoreInfo As tagVSQueryEditResultFlags
'Usage
Dim instance As QueryEditResult 
Dim value As tagVSQueryEditResultFlags 

value = instance.MoreInfo
public tagVSQueryEditResultFlags MoreInfo { get; }
public:
property tagVSQueryEditResultFlags MoreInfo {
    tagVSQueryEditResultFlags get ();
}
public function get MoreInfo () : tagVSQueryEditResultFlags

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.tagVSQueryEditResultFlags
The tagVSQueryEditResultFlags flags, which describe editing attributes for the document.

Remarks

These flags are returned when there is a request to modify the document. For more information, see QueryEditResult.

.NET Framework Security

See Also

Reference

QueryEditResult Structure

QueryEditResult Members

Microsoft.VisualStudio.Modeling.Shell Namespace