バージョン

PresetInfo コンストラクタ

PresetInfoコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal fileInfo As FileInfo, _
   ByVal name As String, _
   ByVal description As String, _
   ByVal presetType As PresetType _
)
public PresetInfo( 
   FileInfo fileInfo,
   string name,
   string description,
   PresetType presetType
)

パラメータ

fileInfo
XMLプリセットを含むファイルのFileInfo。
name
XMLプリセットの名前。
description
XMLプリセットの説明。
presetType
プリセットのタイプ。
参照