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>
字符串的字体或空引用(无 在 Visual Basic 中)如果不存在任何此类字体段名称。