TaskLoggingHelper.GetResourceMessage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the message from resource in task library. Thread safe.
public:
virtual System::String ^ GetResourceMessage(System::String ^ resourceName);
public virtual string GetResourceMessage (string resourceName);
abstract member GetResourceMessage : string -> string
override this.GetResourceMessage : string -> string
Public Overridable Function GetResourceMessage (resourceName As String) As String
Parameters
- resourceName
- String
The resource name.
Returns
The message from resource.