SPList.GetUncustomizedViewByBaseViewId - Méthode

Gets the view object that is associated with the specified base view identifier (ID).

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetUncustomizedViewByBaseViewId ( _
    baseViewId As Integer _
) As SPView
'Utilisation
Dim instance As SPList
Dim baseViewId As Integer
Dim returnValue As SPView

returnValue = instance.GetUncustomizedViewByBaseViewId(baseViewId)
public SPView GetUncustomizedViewByBaseViewId(
    int baseViewId
)

Paramètres

  • baseViewId
    Type : System.Int32

    The ID for the base view of the list.

Valeur renvoyée

Type : Microsoft.SharePoint.SPView
The specified view.

Voir aussi

Référence

SPList classe

SPList - Membres

Microsoft.SharePoint - Espace de noms