次の方法で共有


UserResource.GetValueForUICulture メソッド

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Function GetValueForUICulture ( _
    cultureName As String _
) As ClientResult(Of String)
'使用
Dim instance As UserResource
Dim cultureName As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetValueForUICulture(cultureName)
public ClientResult<string> GetValueForUICulture(
    string cultureName
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ClientResult<String>

関連項目

参照先

UserResource クラス

UserResource メンバー

Microsoft.SharePoint.Client 名前空間