Share via


QueryEditResult Structure

Manages the results when there is a request to modify the document, and encapsulates the results of a call to QueryEditFiles.

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Structure QueryEditResult
'Usage
Dim instance As QueryEditResult
[CLSCompliantAttribute(false)]
public struct QueryEditResult
[CLSCompliantAttribute(false)]
public value class QueryEditResult
JScript supports the use of structures, but not the declaration of new ones.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

QueryEditResult Members

Microsoft.VisualStudio.Modeling.Shell Namespace