SetOwnerExtensions Class

 

Extension methods to change owner.

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.SetOwnerExtensions

Syntax

public static class SetOwnerExtensions
[ExtensionAttribute]
public ref class SetOwnerExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SetOwnerExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class SetOwnerExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static SetOwner(IActor, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IBehavior, IClassifier)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IBehavior, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IClass, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IComment, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IComponent, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IEnumeration, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IInterface, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IPrimitiveType, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(ISubsystem, IPackage)

Change the owner.

System_CAPS_pubmethodSystem_CAPS_static SetOwner(IUseCase, IPackage)

Change the owner.

Remarks

For more information about UML diagrams, see Create models for your app.

For more information about using the UML API, see Extend UML models and diagrams.

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.Uml Namespace

Return to top