SPProgressUpdateEventArgs 构造函数 (String, UInt32, UInt32)

SPProgressUpdateEventArgs类的新实例进行初始化。

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub New ( _
    feature As String, _
    numSteps As UInteger, _
    currentStep As UInteger _
)
用法
Dim feature As String
Dim numSteps As UInteger
Dim currentStep As UInteger

Dim instance As New SPProgressUpdateEventArgs(feature, _
    numSteps, currentStep)
public SPProgressUpdateEventArgs(
    string feature,
    uint numSteps,
    uint currentStep
)

参数

  • feature
    类型:System.String

    一个字符串,它描述正在升级的功能。

  • numSteps
    类型:System.UInt32

    32 位无符号的整数,它指定当前升级序列中所涉及的步骤数。

  • currentStep
    类型:System.UInt32

    32 位无符号的整数,它指定当前正在执行的升级序列的步骤数。

另请参阅

引用

SPProgressUpdateEventArgs 类

SPProgressUpdateEventArgs 成员

SPProgressUpdateEventArgs 重载

Microsoft.SharePoint.Upgrade 命名空间