IResourceProvider Interface
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.
Defines a class that is implemented to act as a resource provider.
public interface class IResourceProvider
[System.Runtime.InteropServices.ComVisible(true)]
public interface IResourceProvider
[<System.Runtime.InteropServices.ComVisible(true)>]
type IResourceProvider = interface
Public Interface IResourceProvider
- Derived
- Attributes
Methods
GetResource(String, String) |
Retrieves the resource of the specified resource provider. |