此调色板中的颜色插槽
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Colors As Dictionary(Of String, ThemeColor)
Get
Private Set
用法
Dim instance As SPColor
Dim value As Dictionary(Of String, ThemeColor)
value = instance.Colors
public Dictionary<string, ThemeColor> Colors { get; private set; }
属性值
类型:System.Collections.Generic.Dictionary<String, ThemeColor>