SPThemeInfo.GetThemeFontByName-Methode
Ruft die Design-Hilfsschriftart für den angegebenen Namen und Sprache.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetThemeFontByName ( _
name As String, _
lcid As UInteger _
) As String
'Usage
Dim instance As SPThemeInfo
Dim name As String
Dim lcid As UInteger
Dim returnValue As String
returnValue = instance.GetThemeFontByName(name, _
lcid)
public string GetThemeFontByName(
string name,
uint lcid
)
Parameter
name
Typ: System.StringDer Name des Feldes Schriftart.
lcid
Typ: System.UInt32Der Sprachcode erforderlich.
Rückgabewert
Typ: System.String
Der Name der Zeichenfolge der Schriftart oder ein Nullverweis (Nothing in Visual Basic) , wenn keine solche Schriftart Steckplatz vorhanden ist.