FlexReport for WPF
getParameterInfo メソッド


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis 名前空間 > AnWTFilter クラス : getParameterInfo メソッド
Returns the parameters that are used in this class and implementing classes. It returns a 2D String array. Each of the 1D arrays is for a different option, and they have 3 elements. The first element is the option name, the second one is the synopsis, the third one is a long description of what the parameter is and the fourth is its default value. The synopsis or description may be 'null', in which case it is assumed that there is no synopsis or description of the option, respectively. Null may be returned if no options are supported.
シンタックス
'宣言
 
Public Shared Function getParameterInfo() As System.String()
'使用法
 
Dim value() As System.String
 
value = AnWTFilter.getParameterInfo()
public static System.string[] getParameterInfo()

戻り値の型

the options name, their synopsis and their explanation, or null if no options are supported.
参照

AnWTFilter クラス
AnWTFilter メンバ