SPFont.Open method (SPFile)
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function Open ( _
file As SPFile _
) As SPFont
'用途
Dim file As SPFile
Dim returnValue As SPFont
returnValue = SPFont.Open(file)
public static SPFont Open(
SPFile file
)
參數
- file
Type: Microsoft.SharePoint.SPFile
傳回值
Type: Microsoft.SharePoint.Utilities.SPFont