SPProgressUpdateEventArgs 构造函数 (String, Double)
SPProgressUpdateEventArgs 类的新实例进行初始化。
命名空间: Microsoft.SharePoint.Upgrade
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
feature As String, _
percentage As Double _
)
用法
Dim feature As String
Dim percentage As Double
Dim instance As New SPProgressUpdateEventArgs(feature, _
percentage)
public SPProgressUpdateEventArgs(
string feature,
double percentage
)
参数
- feature
类型:System.String
- percentage
类型:System.Double