TemplateControl.ReadStringResource Method

Definition

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 object ReadStringResource ();

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

.NET Framework 4.8.1 和其他版本
产品 版本
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ReadStringResource(Type)

Reads a string resource. The ReadStringResource(Type) method is not intended for use from within your code.

public static object ReadStringResource (Type t);

Parameters

t
Type

The Type of the resource to read.

Returns

An object representing the resource.

Remarks

The ReadStringResource method is not intended for use from within your code.

Applies to

.NET Framework 4.8.1 和其他版本
产品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1