コード例 #1
0
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
 {
     return(CustomTypeDescHelpers.GetEvents(this));
 }
コード例 #2
0
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetProperties(this, attributes));
 }
コード例 #3
0
 object ICustomTypeDescriptor.GetEditor(Type editorBaseType)
 {
     return(CustomTypeDescHelpers.GetEditor(this, editorBaseType));
 }
コード例 #4
0
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetEvents(this, attributes));
 }
コード例 #5
0
 EventDescriptor ICustomTypeDescriptor.GetDefaultEvent()
 {
     return(CustomTypeDescHelpers.GetDefaultEvent(this));
 }
コード例 #6
0
 PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
 {
     return(CustomTypeDescHelpers.GetDefaultProperty(this));
 }
コード例 #7
0
 string ICustomTypeDescriptor.GetComponentName()
 {
     return(CustomTypeDescHelpers.GetComponentName(this));
 }
コード例 #8
0
 public string GetComponentName()
 {
     return(CustomTypeDescHelpers.GetComponentName(this));
 }
コード例 #9
0
 AttributeCollection ICustomTypeDescriptor.GetAttributes()
 {
     return(CustomTypeDescHelpers.GetAttributes(this));
 }
コード例 #10
0
 string ICustomTypeDescriptor.GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }
コード例 #11
0
        //
        // ICustomTypeDescriptor members generated by NewTypeMaker.ImplementCustomTypeDescriptor()
        //

        #region ICustomTypeDescriptor members
        public AttributeCollection GetAttributes()
        {
            return(CustomTypeDescHelpers.GetAttributes(this));
        }
コード例 #12
0
 public object GetEditor(Type editorBaseType)
 {
     return(CustomTypeDescHelpers.GetEditor(this, editorBaseType));
 }
コード例 #13
0
 public TypeConverter GetConverter()
 {
     return(CustomTypeDescHelpers.GetConverter(this));
 }
コード例 #14
0
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
 {
     return(CustomTypeDescHelpers.GetProperties(this));
 }
コード例 #15
0
 TypeConverter ICustomTypeDescriptor.GetConverter()
 {
     return(CustomTypeDescHelpers.GetConverter(this));
 }
コード例 #16
0
 object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
 {
     return(CustomTypeDescHelpers.GetPropertyOwner(this, pd));
 }
コード例 #17
0
 public string GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }