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 中)如果沒有這類字型位置字串名稱。