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

另请参阅

引用

ThemeInfo 类

ThemeInfo 成员

Microsoft.SharePoint.Client 命名空间