共用方式為


SPFont.GetFont method

取得指定的字型介面槽中的 ThemeFont。

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

Syntax

'宣告
Public Function GetFont ( _
    slot As String _
) As ThemeFont
'用途
Dim instance As SPFont
Dim slot As String
Dim returnValue As ThemeFont

returnValue = instance.GetFont(slot)
public ThemeFont GetFont(
    string slot
)

參數

傳回值

Type: Microsoft.SharePoint.Utilities.ThemeFont
指定的位置或如果沒有插槽具有該名稱為 null 的 ThemeFont 物件定義中這個字型配置

請參閱

參照

SPFont class

SPFont members

Microsoft.SharePoint.Utilities namespace