VectorCollectionConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts instances of other types to and from a VectorCollection.
public ref class VectorCollectionConverter sealed : System::ComponentModel::TypeConverter
public sealed class VectorCollectionConverter : System.ComponentModel.TypeConverter
type VectorCollectionConverter = class
inherit TypeConverter
Public NotInheritable Class VectorCollectionConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| VectorCollectionConverter() |
Initializes a new instance of the VectorCollection class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Determines whether an object can be converted from a specified type to an instance of a VectorCollection. |
| CanConvertTo(ITypeDescriptorContext, Type) |
Determines whether an instance of a VectorCollection can be converted to a different type. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Attempts to convert the specified object to a VectorCollection. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Attempts to convert a VectorCollection to a specified type. |