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)

Inheritance Hierarchy

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

Syntax

public class SupportedType
public ref class SupportedType 
type SupportedType = class end
Public Class SupportedType

Constructors

Name Description
System_CAPS_pubmethod SupportedType(Type)

Create supported type with just the type

System_CAPS_pubmethod SupportedType(Type, String)

Create supported type with type and display name

Properties

Name Description
System_CAPS_pubproperty DisplayName

Display name

System_CAPS_pubproperty Type

Supported Type

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

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