SPViewCollection.Item - Propriété (String)

Obtient l'objet d'affichage portant le nom spécifié de la collection.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    strTitle As String _
) As SPView
    Get
'Utilisation
Dim instance As SPViewCollection
Dim strTitle As String
Dim value As SPView

value = instance(strTitle)
public SPView this[
    string strTitle
] { get; }

Paramètres

  • strTitle
    Type : System.String

    Chaîne qui contient le nom de la vue.

Valeur de propriété

Type : Microsoft.SharePoint.SPView
Objet SPView qui représente la vue.

Voir aussi

Référence

SPViewCollection classe

SPViewCollection - Membres

Item - Surcharge

Microsoft.SharePoint - Espace de noms