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
)
パラメーター
name
型: System.String色のスロットの名前。
戻り値
型: Microsoft.SharePoint.Client.ClientResult<String>
テーマの色、またはnull 参照 (Visual Basic のNothing )色スロットがない場合です。