命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property FontSlots As Dictionary(Of String, ThemeFont)
Get
Private Set
用法
Dim instance As SPFont
Dim value As Dictionary(Of String, ThemeFont)
value = instance.FontSlots
public Dictionary<string, ThemeFont> FontSlots { get; private set; }
属性值
类型:System.Collections.Generic.Dictionary<String, ThemeFont>