ExtensibilityPresentationMapper Class

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Uml.ModelStore.ModelStoreExtension
    Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.ExtensibilityPresentationMapper

Syntax

public class ExtensibilityPresentationMapper : ModelStoreExtension
public ref class ExtensibilityPresentationMapper : ModelStoreExtension
type ExtensibilityPresentationMapper = 
    class
        inherit ModelStoreExtension
    end
Public Class ExtensibilityPresentationMapper
    Inherits ModelStoreExtension

Constructors

Name Description
System_CAPS_pubmethod ExtensibilityPresentationMapper()

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from ModelStoreExtension.)

System_CAPS_protmethod Dispose(Boolean)

(Inherited from ModelStoreExtension.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static GetExtensibilityPresentationMapper(ModelElement)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetPresentation(ModelElement)

System_CAPS_pubmethod GetSubjects(PresentationElement)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static RegisterExtensibilityPresentationMapper(Partition, ExtensibilityPresentationMapper)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_protmethod Object.Finalize()

(Inherited from ModelStoreExtension.)

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.ArchitectureTools.Extensibility.Presentation Namespace

Return to top