IResourceProvider Interface

Definition

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.

Applies to