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
)
パラメーター
name
型: System.Stringフォント スロットの名前。
lcid
型: System.UInt32必要な言語のコードです。
戻り値
型: Microsoft.SharePoint.Client.ClientResult<String>
フォント、またはnull 参照 (Visual Basic のNothing )フォント スロットがない場合の文字列の名前。