ThemeFont.GetFontFaceForLanguage method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetFontFaceForLanguage ( _
lcid As UInteger _
) As ThemeFontFace
'用途
Dim instance As ThemeFont
Dim lcid As UInteger
Dim returnValue As ThemeFontFace
returnValue = instance.GetFontFaceForLanguage(lcid)
public ThemeFontFace GetFontFaceForLanguage(
uint lcid
)
參數
- lcid
Type: System.UInt32
傳回值
Type: Microsoft.SharePoint.Utilities.ThemeFontFace