del método BaseXsltListWebPart.IsForCurrentView
Espacio de nombres: Microsoft.SharePoint.WebPartPages
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Protected Function IsForCurrentView ( _
strViewGuid As String _
) As Boolean
'Uso
Dim strViewGuid As String
Dim returnValue As Boolean
returnValue = Me.IsForCurrentView(strViewGuid)
protected bool IsForCurrentView(
string strViewGuid
)
Parámetros
- strViewGuid
Tipo: System.String
Valor devuelto
Tipo: System.Boolean