Language

IQueryComputeThreadInfo110.UpdateFlaggedState(WHERE_CLAUSE[], Int32) Method

Definition

public:
 int UpdateFlaggedState(cli::array <Microsoft::VisualStudio::Debugger::Interop::WHERE_CLAUSE> ^ pWhereClause, int fFlagged);
int UpdateFlaggedState(std::Array <Microsoft::VisualStudio::Debugger::Interop::WHERE_CLAUSE> const & pWhereClause, int fFlagged);
public int UpdateFlaggedState(Microsoft.VisualStudio.Debugger.Interop.WHERE_CLAUSE[] pWhereClause, int fFlagged);
abstract member UpdateFlaggedState : Microsoft.VisualStudio.Debugger.Interop.WHERE_CLAUSE[] * int -> int
Public Function UpdateFlaggedState (pWhereClause As WHERE_CLAUSE(), fFlagged As Integer) As Integer

Parameters

pWhereClause
WHERE_CLAUSE[]
fFlagged
Int32

Returns

Applies to