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 | |
---|---|---|
SupportedType(Type) | Create supported type with just the type |
|
SupportedType(Type, String) | Create supported type with type and display name |
Properties
Name | Description | |
---|---|---|
DisplayName | Display name |
|
Type | Supported Type |
Methods
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.) |
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