Skip to main content
.NET Framework Class Library
TemplateControl..::.GetGlobalResourceObject Method





Gets an application-level resource.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Protected methodGetGlobalResourceObject(String, String)Gets an application-level resource object based on the specified ClassKey and ResourceKey properties.
Protected methodGetGlobalResourceObject(String, String, Type, String)Gets an application-level resource object based on the specified ClassKey and ResourceKey properties, object type, and property name of the resource.
Top