SPViewCollection.Item property (String)
Obtém o objeto de exibição com o nome especificado da coleção.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
strTitle As String _
) As SPView
Get
'Uso
Dim instance As SPViewCollection
Dim strTitle As String
Dim value As SPView
value = instance(strTitle)
public SPView this[
string strTitle
] { get; }
Parâmetros
strTitle
Type: System.StringUma seqüência de caracteres que contém o nome do modo de exibição.
Property value
Type: Microsoft.SharePoint.SPView
Um objeto SPView que representa o modo de exibição.