SPMobileUtility.SupportsTouchUserInterface-Methode
Ruft einen Wert, der angibt, ob der Browser eines mobilen Geräts berührungsempfindliche Bildschirme unterstützt.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function SupportsTouchUserInterface ( _
context As HttpContext _
) As Boolean
'Usage
Dim context As HttpContext
Dim returnValue As Boolean
returnValue = SPMobileUtility.SupportsTouchUserInterface(context)
public static bool SupportsTouchUserInterface(
HttpContext context
)
Parameter
context
Typ: System.Web.HttpContextInformationen über den Anforderungskontext.
Rückgabewert
Typ: System.Boolean
true, wenn der Browser Touchscreens unterstützt; andernfalls false.