ThemeFontFace.Create method (XPathNavigator, XmlNamespaceManager)
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function Create ( _
xpnFontNode As XPathNavigator, _
nsm As XmlNamespaceManager _
) As ThemeFontFace
'用途
Dim xpnFontNode As XPathNavigator
Dim nsm As XmlNamespaceManager
Dim returnValue As ThemeFontFace
returnValue = ThemeFontFace.Create(xpnFontNode, _
nsm)
public static ThemeFontFace Create(
XPathNavigator xpnFontNode,
XmlNamespaceManager nsm
)
參數
- xpnFontNode
Type: System.Xml.XPath.XPathNavigator
- nsm
Type: System.Xml.XmlNamespaceManager
傳回值
Type: Microsoft.SharePoint.Utilities.ThemeFontFace