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
)

参数

另请参阅

引用

SPProgressUpdateEventArgs 类

SPProgressUpdateEventArgs 成员

SPProgressUpdateEventArgs 重载

Microsoft.SharePoint.Upgrade 命名空间