Freigeben über


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

Rückgabewert

Typ: System.Boolean
true, wenn der Browser Touchscreens unterstützt; andernfalls false.

Siehe auch

Referenz

SPMobileUtility Klasse

SPMobileUtility-Member

Microsoft.SharePoint.Utilities-Namespace