共用方式為


SPTabularViewUpgradeInfo constructor (Int32, Int32)

初始化指定的**[System.Int32]清單範本識別項和表示基底檢視識別項[System.Int32]**的SPTabularViewUpgradeInfo類別的新執行個體)。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub New ( _
    listTemplateID As Integer, _
    baseViewID As Integer _
)
'用途
Dim listTemplateID As Integer
Dim baseViewID As Integer

Dim instance As New SPTabularViewUpgradeInfo(listTemplateID, _
    baseViewID)
public SPTabularViewUpgradeInfo(
    int listTemplateID,
    int baseViewID
)

參數

  • listTemplateID
    Type: System.Int32

    類別清單範本識別項**[System.Int32]**表示。

  • baseViewID
    Type: System.Int32

    **[System.Int32]**的表示類別的基底檢視識別項。

請參閱

參照

SPTabularViewUpgradeInfo class

SPTabularViewUpgradeInfo members

SPTabularViewUpgradeInfo overload

Microsoft.SharePoint namespace