'Declaration Public Shared Function ReadTheme( _ ByVal themefileInfo As FileInfo _ ) As Theme
public static Theme ReadTheme( FileInfo themefileInfo )
Parameters
- themefileInfo
- The System.IO.FileInfo object representing the file that contains the theme.
Return Value
A Theme object representing the parsed theme.