IDesignTimeResourceWriter::CreateResourceKey Method (String^, Object^)

 

Creates a key, using the provided string, to use to retrieve data from the given resource.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

String^ CreateResourceKey(
	String^ resourceName,
	Object^ obj
)

Parameters

resourceName
Type: System::String^

The name of the resource.

obj
Type: System::Object^

The object to localize.

Return Value

Type: System::String^

The key used to write or retrieve obj from resourceName.

.NET Framework
Available since 2.0
Return to top
Show: