共用方式為


ThmxTheme.IsThemeShared method

決定產生的檔案目前套用至 web 的佈景主題的集合可能由其他 web 中共用。這是只根據其位置,並不是實際的計算方式如果這些檔案實際上是由其他 web 使用中。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Shared Function IsThemeShared ( _
    web As SPWeb _
) As Boolean
'用途
Dim web As SPWeb
Dim returnValue As Boolean

returnValue = ThmxTheme.IsThemeShared(web)
public static bool IsThemeShared(
    SPWeb web
)

參數

傳回值

Type: System.Boolean
true 如果佈景主題中的共用路徑,則為 false 否則

請參閱

參照

ThmxTheme class

ThmxTheme members

Microsoft.SharePoint.Utilities namespace