ModelBusReferenceTypeConverter Class

 

Converter that can convert ModelBusReferences to strings.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeConverter
    Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceTypeConverter

Syntax

public class ModelBusReferenceTypeConverter : TypeConverter
public ref class ModelBusReferenceTypeConverter : TypeConverter
type ModelBusReferenceTypeConverter = 
    class
        inherit TypeConverter
    end
Public Class ModelBusReferenceTypeConverter
    Inherits TypeConverter

Constructors

Name Description
System_CAPS_pubmethod ModelBusReferenceTypeConverter()

Methods

Name Description
System_CAPS_pubmethod CanConvertFrom(ITypeDescriptorContext, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CanConvertFrom(Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CanConvertTo(ITypeDescriptorContext, Type)

Returns whether this converter can convert the object to the specified type, using the specified context.(Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type).)

System_CAPS_pubmethod CanConvertTo(Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFrom(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromInvariantString(ITypeDescriptorContext, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromInvariantString(String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(ITypeDescriptorContext, CultureInfo, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(ITypeDescriptorContext, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the given value object to the specified type, using the specified context and culture information.(Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)

System_CAPS_pubmethod ConvertTo(Object, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToInvariantString(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToInvariantString(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(ITypeDescriptorContext, CultureInfo, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CreateInstance(IDictionary)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CreateInstance(ITypeDescriptorContext, IDictionary)

(Inherited from TypeConverter.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetConvertFromException(Object)

(Inherited from TypeConverter.)

System_CAPS_protmethod GetConvertToException(Object, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetCreateInstanceSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetCreateInstanceSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetProperties(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetProperties(ITypeDescriptorContext, Object, Attribute[])

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetProperties(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetPropertiesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetPropertiesSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValues()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValues(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesExclusive()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesExclusive(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsValid(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod IsValid(Object)

(Inherited from TypeConverter.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod SortProperties(PropertyDescriptorCollection, String[])

(Inherited from TypeConverter.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top