Freigeben über


SPTheme.OpenFromXml-Methode (SPFile)

Öffnet ein SPTheme aus einer XML-Datei sptheme

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

Syntax

'Declaration
Public Shared Function OpenFromXml ( _
    spthemeXml As SPFile _
) As SPTheme
'Usage
Dim spthemeXml As SPFile
Dim returnValue As SPTheme

returnValue = SPTheme.OpenFromXml(spthemeXml)
public static SPTheme OpenFromXml(
    SPFile spthemeXml
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Utilities.SPTheme
Ein SPTheme-Objekt.

Siehe auch

Referenz

SPTheme Klasse

SPTheme-Member

OpenFromXml-Überladung

Microsoft.SharePoint.Utilities-Namespace