Sdílet prostřednictvím


IGraphContext.ReportProgress – metoda

Volat poskytovatele k hlášení průběhu.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
Sub ReportProgress ( _
    current As Integer, _
    maximum As Integer, _
    message As String _
)
void ReportProgress(
    int current,
    int maximum,
    string message
)
void ReportProgress(
    int current, 
    int maximum, 
    String^ message
)
abstract ReportProgress : 
        current:int * 
        maximum:int * 
        message:string -> unit
function ReportProgress(
    current : int, 
    maximum : int, 
    message : String
)

Parametry

  • current
    Typ: Int32

    Aktuální pozice ve vztahu k dané maximum.

  • maximum
    Typ: Int32

    Předpokládaná maximální množství práce.

  • message
    Typ: String

    Volitelné lokalizované zpráva s oznámením, co provést.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IGraphContext Rozhraní

Microsoft.VisualStudio.GraphModel – obor názvů