Edit

VectorCollectionConverter Class

Definition

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
VectorCollectionConverter

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.

Applies to