ItemIdListConverterCanConvertTo Method |
Specifies the types we can convert to.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public override bool CanConvertTo(
ITypeDescriptorContext context,
Type destinationType
)
Public Overrides Function CanConvertTo (
context As ITypeDescriptorContext,
destinationType As Type
) As Boolean
public:
virtual bool CanConvertTo(
ITypeDescriptorContext^ context,
Type^ destinationType
) override
abstract CanConvertTo :
context : ITypeDescriptorContext *
destinationType : Type -> bool
override CanConvertTo :
context : ITypeDescriptorContext *
destinationType : Type -> bool
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
The context. - destinationType
- Type: SystemType
Type of the destination.
Return Value
Type:
BooleanTrue if the
ItemIdList can be converted into the destination type, false if not.
See Also