ExtensibilityPresentationMapper Class
Inheritance Hierarchy
System.Object
ModelStoreExtension
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.ExtensibilityPresentationMapper
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public Class ExtensibilityPresentationMapper _
Inherits ModelStoreExtension
public class ExtensibilityPresentationMapper : ModelStoreExtension
public ref class ExtensibilityPresentationMapper : public ModelStoreExtension
type ExtensibilityPresentationMapper =
class
inherit ModelStoreExtension
end
public class ExtensibilityPresentationMapper extends ModelStoreExtension
The ExtensibilityPresentationMapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExtensibilityPresentationMapper |
Top
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from ModelStoreExtension.) | |
Dispose(Boolean) | (Inherited from ModelStoreExtension.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Inherited from ModelStoreExtension.) | |
GetExtensibilityPresentationMapper | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPresentation | ||
GetSubjects | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RegisterExtensibilityPresentationMapper | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace