Compartilhar via


SPViewCollection.StringToSPViewType method

Retorna um tipo de exibição para a seqüência de caracteres especificada.

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

Syntax

'Declaração
Public Shared Function StringToSPViewType ( _
    type As String _
) As SPViewCollection.SPViewType
'Uso
Dim type As String
Dim returnValue As SPViewCollection.SPViewType

returnValue = SPViewCollection.StringToSPViewType(type)
public static SPViewCollection.SPViewType StringToSPViewType(
    string type
)

Parâmetros

  • type
    Type: System.String

    Uma seqüência de caracteres que contém o nome de um tipo de modo de exibição para converter em um objeto de tipo de modo de exibição.

Valor retornado

Type: Microsoft.SharePoint.SPViewCollection.SPViewType
Um valor de enumeração que especifica o tipo de exibição.

Ver também

Referência

SPViewCollection class

SPViewCollection members

Microsoft.SharePoint namespace