ISPTheme.ApplyTo method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: Microsoft.SharePoint.SPWeb
- shareGenerated
Type: System.Boolean