ActivityBindTypeConverter Class
Provides a type converter to convert ActivityBind classes to and from various other representations.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
This converter can only convert an ActivityBind object to and from a string.
For more information about type converters, see the TypeConverter base class and How to: Implement a Type Converter.
Note: |
|---|
You should never create an instance of ActivityBindTypeConverter. Instead, call the GetConverter method of the TypeDescriptor class. For more information, see the examples in the TypeConverter class. |
System.ComponentModel.TypeConverter
System.Workflow.ComponentModel.Design.ActivityBindTypeConverter
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: