Share via


PresentationHelpers Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Extension methods to help dealing with presentation elements.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class PresentationHelpers
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class PresentationHelpers
[ExtensionAttribute]
public ref class PresentationHelpers abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PresentationHelpers =  class end
public final class PresentationHelpers

Remarks

Note

The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .Net assembly Microsoft.VisualStudio.Uml.Extensions.dll, and you must include the directive using Microsoft.VisualStudio.Uml.Extensions; in your code.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Uml.Presentation.PresentationHelpers

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

PresentationHelpers Members

Microsoft.VisualStudio.Uml.Presentation Namespace