Initializes a new instance of the CustomPlaceholder class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Boolean, _
   ByVal  As System.String, _
   ByVal  As System.Boolean, _
   ByVal  As System.Boolean _
)
             
        
            
            public CustomPlaceholder( 
   System.int ,
   System.bool ,
   System.string ,
   System.bool ,
   System.bool 
)
             
        
             
        
            パラメータ
- placeholder
 
- The value of the Placeholder property.
 - optionalPlace
 
- The value of the Optional property.
 - lookupChars
 
- The value of the LookupChars property.
 - caseSensitive
 
- The value of the CaseSensitive property.
 - excluding
 
- The value of the Excluding property.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照