'Declaration Public Overloads Shared Function GetThemeName( _ ByVal stream As System.IO.Stream _ ) As System.String
public static System.string GetThemeName( System.IO.Stream stream )
Parameters
- stream
- The stream containing the theme XML.
Return Value
The name of the theme, or null if no theme could be found in the stream.