del método ThemeInfo.GetThemeShadeByName
Obtiene el color del tema para el nombre especificado.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetThemeShadeByName ( _
name As String _
) As ClientResult(Of String)
'Uso
Dim instance As ThemeInfo
Dim name As String
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetThemeShadeByName(name)
public ClientResult<string> GetThemeShadeByName(
string name
)
Parámetros
name
Tipo: System.StringEl nombre de la franja de color.
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>
El color del tema o una referencia null (Nothing en Visual Basic) si no existe ninguna dicha franja de color.