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
- rm
Type: System.Resources. . :: . .ResourceManager
The resource manager that contains the specified resources.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.