ThmxTheme.Open method (Stream)
開啟指定的資料流上的佈景主題套件。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function Open ( _
stream As Stream _
) As ThmxTheme
'用途
Dim stream As Stream
Dim returnValue As ThmxTheme
returnValue = ThmxTheme.Open(stream)
public static ThmxTheme Open(
Stream stream
)
參數
stream
Type: System.IO.Stream要開啟的封裝 I/O 資料流。
傳回值
Type: Microsoft.SharePoint.Utilities.ThmxTheme
ThmxTheme 物件,表示已開啟的佈景主題。