GetObject Method (ResourceManager, Enum)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the value of a specified Object resource for the current system culture.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)
Syntax
'Declaration
Public Shared Function GetObject ( _
rm As ResourceManager, _
id As Enum _
) As Object
public static Object GetObject(
ResourceManager rm,
Enum id
)
public:
static Object^ GetObject(
ResourceManager^ rm,
Enum^ id
)
static member GetObject :
rm:ResourceManager *
id:Enum -> Object
public static function GetObject(
rm : ResourceManager,
id : Enum
) : Object
Parameters
- rm
Type: System.Resources. . :: . .ResourceManager
The resource manager that contains the specified resource.
- id
Type: System. . :: . .Enum
The integer identifier for the specified resource.
Return Value
Type: System. . :: . .Object
The value of the specified resource for the current system culture.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.