Partager via


ThemeInfo.GetThemeFontByName - Méthode

Obtient la police du thème pour le code de nom et la langue spécifié.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function GetThemeFontByName ( _
    name As String, _
    lcid As UInteger _
) As ClientResult(Of String)
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<String>
Le nom de la police, ou une référence Null (Rien dans Visual Basic) si aucun ce emplacement police n'existe chaîne.

Voir aussi

Référence

ThemeInfo classe

ThemeInfo - Membres

Microsoft.SharePoint.Client - Espace de noms