SPMobileUtility.IsViewExcluded-Methode
Gibt einen Wert, der angibt, ob die angegebene Ansicht, im angegebenen Kontext auf mobilen Geräten nicht zulässig ist.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsViewExcluded ( _
view As SPView, _
context As SPContext _
) As Boolean
'Usage
Dim view As SPView
Dim context As SPContext
Dim returnValue As Boolean
returnValue = SPMobileUtility.IsViewExcluded(view, _
context)
public static bool IsViewExcluded(
SPView view,
SPContext context
)
Parameter
view
Typ: Microsoft.SharePoint.SPViewEine Listenansicht.
context
Typ: Microsoft.SharePoint.SPContextInformationen über den Anforderungskontext.
Rückgabewert
Typ: System.Boolean
true, wenn die Ansicht auf mobilen Geräten nicht zulässig ist; andernfalls false.
Hinweise
Eine Ansicht kann z. B. ausgeschlossen werden, wenn es nicht als mobile Ansicht festgelegt ist oder wenn es festgelegt ist, werden ausgeblendet.