SPFont.GetFontSchemesFromFolder method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GetFontSchemesFromFolder ( _
site As SPSite, _
strThemeFolder As String _
) As ReadOnlyCollection(Of SPFont)
'用途
Dim site As SPSite
Dim strThemeFolder As String
Dim returnValue As ReadOnlyCollection(Of SPFont)
returnValue = SPFont.GetFontSchemesFromFolder(site, _
strThemeFolder)
public static ReadOnlyCollection<SPFont> GetFontSchemesFromFolder(
SPSite site,
string strThemeFolder
)
參數
- site
Type: Microsoft.SharePoint.SPSite
- strThemeFolder
Type: System.String
傳回值
Type: System.Collections.ObjectModel.ReadOnlyCollection<SPFont>