Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Urasandesu
Prig
VSPackage
Infrastructure
StatusbarViewModel
C# Class Urasandesu.Prig.VSPackage.Infrastructure.StatusbarViewModel
显示文件
Open project: urasandesu/Prig
Public Methods
Method
Description
BeginProgress
(
uint
maximum
) :
void
EndProgress
( ) :
void
ReportProgress
(
string
label
,
uint
value
) :
void
Method Details
BeginProgress()
public
method
public
BeginProgress
(
uint
maximum
) :
void
maximum
uint
return
void
EndProgress()
public
method
public
EndProgress
( ) :
void
return
void
ReportProgress()
public
method
public
ReportProgress
(
string
label
,
uint
value
) :
void
label
string
value
uint
return
void