コンストラクタ

Namespace: FVIL.DS
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public CFviFormatInfo(
	string media_type,
	string sub_type,
	string format_type
)
Visual Basic
Public Sub New ( 
	media_type As String,
	sub_type As String,
	format_type As String
)

Parameters

media_type
Type: System..::..String
メディアタイプ
sub_type
Type: System..::..String
メディアサブタイプ
format_type
Type: System..::..String
フォーマットタイプ

See Also