IImplicitResourceProvider.GetImplicitResourceKeys(String) Method

Definition

Gets a collection of implicit resource keys as specified by the prefix.

public:
 System::Collections::ICollection ^ GetImplicitResourceKeys(System::String ^ keyPrefix);
public System.Collections.ICollection GetImplicitResourceKeys (string keyPrefix);
abstract member GetImplicitResourceKeys : string -> System.Collections.ICollection
Public Function GetImplicitResourceKeys (keyPrefix As String) As ICollection

Parameters

keyPrefix
String

The prefix of the implicit resource keys to be collected.

Returns

An ICollection of implicit resource keys.

Remarks

When implemented, the method returns a collection of implicit resource keys for a particular prefix. For example, WelcomeLabel is specified as the prefix in the expression meta:resourcekey="WelcomeLabel". Any properties in a local resource file with WelcomeLabel as a prefix should be returned with this method.

Applies to

See also