[Browsable( true ) , Description( "当前页记录数" ) , Category( "分页" ) , DefaultValue( 0 )]//这一行是什么意思

 private   int   pageItemCount;  
  [Browsable(   true   )   ,   Description(   "当前页 记录 数"   )   ,   Category(   "分页"   )   ,   DefaultValue(   0   )]//这一行是什么意思  
        public   int   PageItemCount   {  
  get   {  
  return   pageItemCount;  
  }  
        }   
 

属性的设计时 支持 ,这个属性,会出现在VS的属性面板中的“分页”一组里面

你可能感兴趣的:([Browsable( true ) , Description( "当前页记录数" ) , Category( "分页" ) , DefaultValue( 0 )]//这一行是什么意思)