Initializes a new instance of 
PropertyBindingAttributeattribute.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As BindingType, _
   ByVal  As System.Integer, _
   ByVal  As System.String, _
   ByVal  As System.String, _
   ByVal  As System.String _
)
             
        
            
            public PropertyBindingAttribute( 
   BindingType ,
   System.int ,
   System.string ,
   System.string ,
   System.string 
)
             
        
             
        
            パラメータ
- bindingType
 
- Type of binding
 - order
 
- Order of the property
 - min
 
- Minimum value of this property
 - max
 
- Maximum value of this property
 - defaultValue
 
- Default value of this property
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照