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
type
Type: Microsoft.SharePoint.SPViewCollection.SPViewTypeUm valor de enumeração que especifica o tipo de exibição.
Valor retornado
Type: System.String
Uma seqüência de caracteres que contém uma representação do tipo de modo de exibição.