UtilServicingGetDisplayName Method
Gets the display name of a service.
Namespace: DevCase.Core.Windows.ServicingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GetDisplayName(
string svcName
)
Public Shared Function GetDisplayName (
svcName As String
) As String
Dim svcName As String
Dim returnValue As String
returnValue = UtilServicing.GetDisplayName(svcName)
public:
static String^ GetDisplayName(
String^ svcName
)
static member GetDisplayName :
svcName : string -> string
No code example is currently available or this language may not be supported.
- svcName String
-
The service name.
String
The service's display name.
This is a code example.
No code example is currently available or this language may not be supported.
Dim svcDisplayName As String = Servicing.GetDisplayName("themes")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
ArgumentException
|
Any service found with the specified name.;svcName
|