次の方法で共有


ResourceHandler.GetString Method (String)

 

Retrieves the resource string.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string GetString(
    string resourceId
)
public:
String^ GetString(
    String^ resourceId
)
Public Function GetString (
    resourceId As String
) As String

Parameters

Return Value

Type: System.String

A System.String that contains the localized string corresponding to the resource.

See Also

ResourceHandler Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top