Compartilhar via


SPViewCollection.SPViewTypeToString method

Retorna uma representação de cadeia de caracteres do tipo de modo de exibição especificado.

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

Syntax

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

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

Parâmetros

Valor retornado

Type: System.String
Uma seqüência de caracteres que contém uma representação do tipo de modo de exibição.

Ver também

Referência

SPViewCollection class

SPViewCollection members

Microsoft.SharePoint namespace