TemplateControl.ReadStringResource Method
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.
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. |
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
.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 |
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.
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 |