ThemeInfo.GetThemeShadeByName 方法

获取指定名称的主题颜色。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)

语法

声明
Public Function GetThemeShadeByName ( _
    name As String _
) As ClientResult(Of String)
用法
Dim instance As ThemeInfo
Dim name As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetThemeShadeByName(name)
public ClientResult<string> GetThemeShadeByName(
    string name
)

参数

返回值

类型:Microsoft.SharePoint.Client.ClientResult<String>
主题颜色或空引用(无 在 Visual Basic 中)如果不存在任何此类颜色段中。

另请参阅

引用

ThemeInfo 类

ThemeInfo 成员

Microsoft.SharePoint.Client 命名空间