Share via


IProfileManager Interface

Stores the collection of Profiles available in a Model.

Namespace:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Public Interface IProfileManager
public interface IProfileManager
public interface class IProfileManager
type IProfileManager =  interface end
public interface IProfileManager

The IProfileManager type exposes the following members.

Properties

  Name Description
Public property AllProfiles

Top

Methods

  Name Description
Public method GetProfileByName

Top

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.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.

See Also

Reference

Microsoft.VisualStudio.Uml.Profiles Namespace