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
Public method ExtensibilityPresentationMapper

Top

Methods

  Name Description
Public method Dispose() (Inherited from ModelStoreExtension.)
Protected method Dispose(Boolean) (Inherited from ModelStoreExtension.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize (Inherited from ModelStoreExtension.)
Public methodStatic member GetExtensibilityPresentationMapper
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetPresentation
Public method GetSubjects
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member RegisterExtensibilityPresentationMapper
Public method 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