共用方式為


SPTabularViewUpgradeInfo constructor (Guid, Int32, Int32)

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

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

Syntax

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

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

參數

  • featureID
    Type: System.Guid

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

  • listTemplateID
    Type: System.Int32

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

  • baseViewID
    Type: System.Int32

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

請參閱

參照

SPTabularViewUpgradeInfo class

SPTabularViewUpgradeInfo members

SPTabularViewUpgradeInfo overload

Microsoft.SharePoint namespace