Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the tagVSQueryEditResultFlags flags, which describe editing attributes for the document.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property MoreInfo As tagVSQueryEditResultFlags
Get
public tagVSQueryEditResultFlags MoreInfo { get; }
public:
property tagVSQueryEditResultFlags MoreInfo {
tagVSQueryEditResultFlags get ();
}
member MoreInfo : tagVSQueryEditResultFlags
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
- 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.