LocalizedTextProvider.GetMessage Method |
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
public virtual string GetMessage( string messageId )
Parameters
- messageId
- Type: System.String
Identifier of the message.
Return Value
Type: StringMessage represented by messageId. Returning null is not allowed.
An implementation must call the base implementation if it does not provide the requested message. The base implementation is responsible to invoke the next provider in the chain of responsibility.