Gets or sets the type of form that is used to edit export options. That form is shown when the
Exporter.Export or the
Exporter.Export method is called if
Exporter.ShowOptions is true. The form's type must be assignable to the type specified by the
ExportProvider.DefaultOptionsFormClass property.
シンタックス
'宣言
Public Property OptionsFormClass As System.Type
'使用法
Dim instance As Exporter
Dim value As System.Type
instance.OptionsFormClass = value
value = instance.OptionsFormClass
public System.Type OptionsFormClass {get; set;}
参照