ExtensionMethods.AsStringResourceDictionary(ResourceManager) 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.
Creates a string resource dictionary from a ResourceManager instance.
public static Microsoft.VisualStudio.RpcContracts.IStringResourceDictionary AsStringResourceDictionary (this System.Resources.ResourceManager resman);
static member AsStringResourceDictionary : System.Resources.ResourceManager -> Microsoft.VisualStudio.RpcContracts.IStringResourceDictionary
<Extension()>
Public Function AsStringResourceDictionary (resman As ResourceManager) As IStringResourceDictionary
Parameters
- resman
- ResourceManager
Resource manager instance.