PhoneApplicationService.Current Property

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Shared Property Current As PhoneApplicationService
public static PhoneApplicationService Current { get; private set; }
public:
static property PhoneApplicationService^ Current {
    PhoneApplicationService^ get ();
    private: void set (PhoneApplicationService^ value);
}
static member Current : PhoneApplicationService with get, private set

Property Value

Type: Microsoft.Phone.Shell.PhoneApplicationService

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationService Class

Microsoft.Phone.Shell Namespace