SupportedType Class

 

Class the holds the adapter manager's supported type and it's display name

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

System::Object
  Microsoft.VisualStudio.Modeling.Integration::SupportedType

public ref class SupportedType 

NameDescription
System_CAPS_pubmethodSupportedType(Type^)

Create supported type with just the type

System_CAPS_pubmethodSupportedType(Type^, String^)

Create supported type with type and display name

NameDescription
System_CAPS_pubpropertyDisplayName

Display name

System_CAPS_pubpropertyType

Supported Type

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: