Visual Basic (Declaration) | |
---|---|
Public Overloads Overrides Function CanConvertTo( _ ByVal context As ITypeDescriptorContext, _ ByVal destinationType As Type _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override bool CanConvertTo( ITypeDescriptorContext context, Type destinationType ) |
C++/CLI | |
---|---|
public: bool CanConvertTo( ITypeDescriptorContext context, Type^ destinationType ) override |
Parameters
- context
- Type context used for conversion
- destinationType
- type being use for conversion.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family