'宣言
Public Overloads Sub SetFields( _ ByVal pattern As String, _ ByVal positivePrefix As String, _ ByVal positiveSuffix As String, _ ByVal negativePrefix As String, _ ByVal negativeSuffix As String _ )
public void SetFields( string pattern, string positivePrefix, string positiveSuffix, string negativePrefix, string negativeSuffix )
パラメータ
- pattern
- フィールドのパターンを示す System.String 値。
- positivePrefix
- 正の接頭辞の文字列を示す System.String 値。
- positiveSuffix
- 正の接尾辞の文字列を示す System.String 値。
- negativePrefix
- 負の接頭辞の文字列を示す System.String 値。
- negativeSuffix
- 負の接尾辞の文字列を示す System.String 値。