パターンを解析して各フィールドの設定を同期します。
シンタックス
'宣言
Public Overloads Sub SetFields( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
public void SetFields(
System.string ,
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- pattern
- フィールドのパターンを示す System.String 値。
- positivePrefix
- 正の接頭辞の文字列を示す System.String 値。
- positiveSuffix
- 正の接尾辞の文字列を示す System.String 値。
- negativePrefix
- 負の接頭辞の文字列を示す System.String 値。
- negativeSuffix
- 負の接尾辞の文字列を示す System.String 値。
参照