TemplateControl::SetStringResourcePointer Method (Object^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets a pointer to a string resource. The SetStringResourcePointer method is used by generated classes and is not intended for use from within your code.
Assembly: System.Web (in System.Web.dll)
protected: void SetStringResourcePointer( Object^ stringResourcePointer, int maxResourceOffset )
Parameters
- stringResourcePointer
-
Type:
System::Object^
An object representing the pointer to the string resource.
- maxResourceOffset
-
Type:
System::Int32
The resource size.
.NET Framework
Available since 1.1
Available since 1.1
Show: