Partager via


ISPTheme.GetThemeShadeByNameOrNull - Méthode

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Function GetThemeShadeByNameOrNull ( _
    colorName As String, _
    fixContrast As Boolean _
) As Nullable(Of Color)
'Utilisation
Dim instance As ISPTheme
Dim colorName As String
Dim fixContrast As Boolean
Dim returnValue As Nullable(Of Color)

returnValue = instance.GetThemeShadeByNameOrNull(colorName, _
    fixContrast)
Nullable<Color> GetThemeShadeByNameOrNull(
    string colorName,
    bool fixContrast
)

Paramètres

Valeur renvoyée

Type : System.Nullable<Color>

Voir aussi

Référence

ISPTheme interface

ISPTheme - Membres

Microsoft.SharePoint.Utilities - Espace de noms