SPTheme.EnsureThemedStylesForLocales 方法

生成指定集合的使用当前已应用的主题的区域设置的主题样式表。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Shared Function EnsureThemedStylesForLocales ( _
    web As SPWeb, _
    languages As HashSet(Of Integer) _
) As Boolean
用法
Dim web As SPWeb
Dim languages As HashSet(Of Integer)
Dim returnValue As Boolean

returnValue = SPTheme.EnsureThemedStylesForLocales(web, _
    languages)
public static bool EnsureThemedStylesForLocales(
    SPWeb web,
    HashSet<int> languages
)

参数

返回值

类型:System.Boolean
如果成功,则返回 true,如果指定的 SPWeb 不是当前主题的假或的主题已损坏。

备注

已成功调用此方法,与已有样式表为其生成一个 lcid。在这种情况下,将重新生成的样式表。

另请参阅

引用

SPTheme 类

SPTheme 成员

Microsoft.SharePoint.Utilities 命名空间