Метод | Описание | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, |
||
ConvertTo ( ITypeDescriptorContext context, |
||
GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection | ||
GetStandardValuesSupported ( System context ) : bool | ||
RunPostBuildEventConverter ( ) : System |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
Результат | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
Результат | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
Результат | object |
public GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection | ||
context | System | |
Результат | System.ComponentModel.TypeConverter.StandardValuesCollection |
public GetStandardValuesSupported ( System context ) : bool | ||
context | System | |
Результат | bool |
public RunPostBuildEventConverter ( ) : System | ||
Результат | System |