Saves a collection of themes into an Xml file.
シンタックス
'宣言
Public Shared Sub SaveThemes( _
ByVal () As Theme, _
ByVal As String _
)
public static void SaveThemes(
Theme[] ,
string
)
パラメータ
- themes
- Array containing Theme objects.
- fileName
- Name of the Xml file where the themes will be saved.
参照