示例#1
0
 string IPropertyHelper.GetDescription(CustomPropertyDescriptor property, object owner)
 {
     return(this.Description);
 }
示例#2
0
 string IPropertyHelper.GetDisplayName(CustomPropertyDescriptor property, object owner)
 {
     return(this.DisplayName);
 }
示例#3
0
 string IPropertyHelper.GetCategory(CustomPropertyDescriptor property, object owner)
 {
     return(this.Category);
 }