PhoneApplicationService.StartService-Methode
Namespace: Microsoft.Phone.Shell
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
'Declaration
Public Sub StartService ( _
context As ApplicationServiceContext _
)
public void StartService(
ApplicationServiceContext context
)
public:
virtual void StartService(
ApplicationServiceContext^ context
) sealed
abstract StartService :
context:ApplicationServiceContext -> unit
override StartService :
context:ApplicationServiceContext -> unit
Parameter
- context
Typ: System.Windows.ApplicationServiceContext
Implementiert
IApplicationService.StartService(ApplicationServiceContext)
Versionsinformationen
.NET für Windows Phone-Apps
Unterstützt in: Windows Phone 8, Silverlight 8.1
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.