Task Scheduler Managed Class Library
C#
Show/Hide TOC
Resource
Reference
Value
Get
Resolved
String Method
Gets the result of pulling the string from the resource file using the identifier.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
string
GetResolvedString
()
Return Value
String
String
from resource file.
Exceptions
FileNotFoundException
ResourceFilePath
cannot be found.
Win32Exception
Unable to load
ResourceFilePath
or string identified by
ResourceIdentifier
.
See Also
Reference
ResourceReferenceValue Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Exceptions
See Also