ThmxTheme.Open method (Package)
開啟指定的佈景主題套件。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function Open ( _
thmxPackage As Package _
) As ThmxTheme
'用途
Dim thmxPackage As Package
Dim returnValue As ThmxTheme
returnValue = ThmxTheme.Open(thmxPackage)
public static ThmxTheme Open(
Package thmxPackage
)
參數
thmxPackage
Type: System.IO.Packaging.Package若要開啟的佈景主題套件。
傳回值
Type: Microsoft.SharePoint.Utilities.ThmxTheme
ThmxTheme 物件,表示已開啟的佈景主題。