TemplateControl.ReadStringResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a string resource.
Overloads
ReadStringResource() |
Reads a string resource. The ReadStringResource() method is not intended for use from within your code. |
ReadStringResource(Type) |
Reads a string resource. The ReadStringResource(Type) method is not intended for use from within your code. |
ReadStringResource()
Reads a string resource. The ReadStringResource() method is not intended for use from within your code.
public:
System::Object ^ ReadStringResource();
public object ReadStringResource ();
member this.ReadStringResource : unit -> obj
Public Function ReadStringResource () As Object
Returns
An object representing the resource.
Exceptions
The ReadStringResource() is no longer supported.
Remarks
The ReadStringResource method is not intended for use from within your code.
Applies to
ReadStringResource(Type)
Reads a string resource. The ReadStringResource(Type) method is not intended for use from within your code.
public:
static System::Object ^ ReadStringResource(Type ^ t);
public static object ReadStringResource (Type t);
static member ReadStringResource : Type -> obj
Public Shared Function ReadStringResource (t As Type) As Object
Parameters
Returns
An object representing the resource.
Remarks
The ReadStringResource method is not intended for use from within your code.