ICallHierarchySearchCallback.ReportProgress Method
Updates the progress of the Call Hierarchy search.
Namespace: Microsoft.VisualStudio.Language.CallHierarchy
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
Syntax
'Declaration
Sub ReportProgress ( _
current As Integer, _
maximum As Integer _
)
void ReportProgress(
int current,
int maximum
)
void ReportProgress(
int current,
int maximum
)
abstract ReportProgress :
current:int *
maximum:int -> unit
function ReportProgress(
current : int,
maximum : int
)
Parameters
current
Type: Int32The current progress.
maximum
Type: Int32The maximum progress.
.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.