次の方法で共有


ThemeInfo.GetThemeFontByName メソッド

指定した名前と言語のコードのテーマのフォントを取得します。

名前空間:  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 GetThemeFontByName ( _
    name As String, _
    lcid As UInteger _
) As ClientResult(Of String)
'使用
Dim instance As ThemeInfo
Dim name As String
Dim lcid As UInteger
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetThemeFontByName(name, _
    lcid)
public ClientResult<string> GetThemeFontByName(
    string name,
    uint lcid
)

パラメーター

戻り値

型: Microsoft.SharePoint.Client.ClientResult<String>
フォント、またはnull 参照 (Visual Basic のNothing )フォント スロットがない場合の文字列の名前。

関連項目

参照先

ThemeInfo クラス

ThemeInfo メンバー

Microsoft.SharePoint.Client 名前空間