共用方式為


SPTabularViewUpgradeInfo constructor (Guid, Int32)

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

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

Syntax

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

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

參數

  • featureID
    Type: System.Guid

    **[System.Guid]**的表示類別功能識別項。

  • baseViewID
    Type: System.Int32

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

請參閱

參照

SPTabularViewUpgradeInfo class

SPTabularViewUpgradeInfo members

SPTabularViewUpgradeInfo overload

Microsoft.SharePoint namespace