ThemeInfo.GetThemeShadeByName - Méthode
Obtient la couleur de thème pour le nom 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 GetThemeShadeByName ( _
name As String _
) As ClientResult(Of String)
'Utilisation
Dim instance As ThemeInfo
Dim name As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetThemeShadeByName(name)
public ClientResult<string> GetThemeShadeByName(
string name
)
Paramètres
name
Type : System.StringLe nom de l'emplacement de couleur.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>
La couleur de thème ou une référence Null (Rien dans Visual Basic) si n'existe aucun ce emplacement de la couleur.