SupportedType Class
Visual Studio 2015
Class the holds the adapter manager's supported type and it's display name
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | SupportedType(Type^) | Create supported type with just the type |
![]() | SupportedType(Type^, String^) | Create supported type with type and display name |
| Name | Description | |
|---|---|---|
![]() | DisplayName | Display name |
![]() | Type | Supported Type |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


