BaseXsltListWebPart.IsForCurrentView method
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Function IsForCurrentView ( _
strViewGuid As String _
) As Boolean
'用途
Dim strViewGuid As String
Dim returnValue As Boolean
returnValue = Me.IsForCurrentView(strViewGuid)
protected bool IsForCurrentView(
string strViewGuid
)
參數
- strViewGuid
Type: System.String
傳回值
Type: System.Boolean