'宣言 Public Function New( _ ByVal placeholder As System.Integer, _ ByVal optionalPlace As System.Boolean, _ ByVal lookupChars As System.String, _ ByVal caseSensitive As System.Boolean, _ ByVal excluding As System.Boolean _ )
public CustomPlaceholder( System.int placeholder, System.bool optionalPlace, System.string lookupChars, System.bool caseSensitive, System.bool excluding )
パラメータ
- placeholder
 - Placeholder プロパティの値。
 - optionalPlace
 - Optional プロパティの値。
 - lookupChars
 - LookupChars プロパティの値。
 - caseSensitive
 - CaseSensitive プロパティの値。
 - excluding
 - Excluding プロパティの値。