命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Sub ApplyTo ( _
web As SPWeb, _
shareGenerated As Boolean _
)
用法
Dim instance As ISPTheme
Dim web As SPWeb
Dim shareGenerated As Boolean
instance.ApplyTo(web, shareGenerated)
void ApplyTo(
SPWeb web,
bool shareGenerated
)
参数
- web
类型:Microsoft.SharePoint.SPWeb
- shareGenerated
类型:System.Boolean