GetDelimitedStringResources Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Retrieves the string representations of the specified resources.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Shared Function GetDelimitedStringResources ( _
    rm As ResourceManager, _
    resource As Enum _
) As String()
public static string[] GetDelimitedStringResources(
    ResourceManager rm,
    Enum resource
)
public:
static array<String^>^ GetDelimitedStringResources(
    ResourceManager^ rm, 
    Enum^ resource
)
static member GetDelimitedStringResources : 
        rm:ResourceManager * 
        resource:Enum -> string[] 
public static function GetDelimitedStringResources(
    rm : ResourceManager, 
    resource : Enum
) : String[]

Parameters

  • resource
    Type: System. . :: . .Enum
    An enumerated value that specifies the type of the resources for which you want to get the string representations.

Return Value

Type: array<System. . :: . .String> [] () [] []
The string representations of the specified resources.

.NET Framework Security

See Also

Reference

ResourceUtility Class

Microsoft.SPOT Namespace