QuerySaveResult Struct

Definition

Important

This API is not CLS-compliant.

Struct that encapsulates the results of a call to IVsQueryEditQuerySave.QuerySaveFiles

public value class QuerySaveResult
[System.CLSCompliant(false)]
public struct QuerySaveResult
public struct QuerySaveResult
[<System.CLSCompliant(false)>]
type QuerySaveResult = struct
type QuerySaveResult = struct
Public Structure QuerySaveResult
Inheritance
QuerySaveResult
Attributes

Constructors

QuerySaveResult(tagVSQuerySaveResult)

Construct a new QueryEditResult

Properties

CanSaveFile

True iff the Save operation should continue.

ForceSaveAs

True iff the Save operation should be converted to a Save As.

Result

Detailed result returned from QuerySave.

UserCanceled

True iff the Save operation was canceled by the user.

Methods

Equals(Object)

Compares this object to another.

GetHashCode()

Gets a hashcode for this object.

Operators

Equality(QuerySaveResult, QuerySaveResult)

Equality.

Inequality(QuerySaveResult, QuerySaveResult)

Inequality.

Applies to