SPThemeInfo.GetThemeShadeByName method
Obtém a cor do tema para o nome especificado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Function GetThemeShadeByName ( _
name As String _
) As String
'Uso
Dim instance As SPThemeInfo
Dim name As String
Dim returnValue As String
returnValue = instance.GetThemeShadeByName(name)
public string GetThemeShadeByName(
string name
)
Parâmetros
name
Type: System.StringO nome do slot colorido.
Valor retornado
Type: System.String
Cores do tema, ou a null reference (Nothing in Visual Basic) não se existir nenhum tal slot colorido.