CmdletProvider.GetResourceString
Method
Definition
Gets the resource string corresponding to baseName and resourceId from the current assembly. You should override this if you require a different behavior.
public virtual string GetResourceString (string baseName, string resourceId);
Parameters
- baseName
- String
the base resource name
- resourceId
- String
the resource id
Returns
the resource string corresponding to baseName and resourceId
Remarks
When overriding this method, the resource string for the specified resource should be retrieved from a localized resource assembly.