SPThemeInfo.ThemeBackgroundImageUri - Propriété
Obtient le thème d'arrière-plan de l'image URI relatif de serveur, ou une référence Null (Rien dans Visual Basic) si aucun n'est défini.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ThemeBackgroundImageUri As Uri
Get
'Utilisation
Dim instance As SPThemeInfo
Dim value As Uri
value = instance.ThemeBackgroundImageUri
public Uri ThemeBackgroundImageUri { get; }
Valeur de propriété
Type : System.Uri
Le thème d'arrière-plan de l'image URI relatif de serveur, ou une référence Null (Rien dans Visual Basic).