SPThemeInfo.ThemeBackgroundImageUri property
Obtém o plano de fundo do tema imagem URI relativas ao servidor ou a null reference (Nothing in Visual Basic) se nenhum for definido.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ThemeBackgroundImageUri As Uri
Get
'Uso
Dim instance As SPThemeInfo
Dim value As Uri
value = instance.ThemeBackgroundImageUri
public Uri ThemeBackgroundImageUri { get; }
Property value
Type: System.Uri
O plano de fundo do tema imagem URI relativas ao servidor ou a null reference (Nothing in Visual Basic).