Share via


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

Return Value

Type: System. . :: . .Object
The value of the specified resource for the current system culture.

.NET Framework Security

See Also

Reference

ResourceUtility Class

GetObject Overload

Microsoft.SPOT Namespace