IModelStore.ProfileManager Property

 

Provides access to the collection of Profiles available in the Model.

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

Syntax

IProfileManager ProfileManager { get; }
property IProfileManager^ ProfileManager {
    IProfileManager^ get();
}
abstract ProfileManager : IProfileManager with get
ReadOnly Property ProfileManager As IProfileManager

Property Value

Type: Microsoft.VisualStudio.Uml.Profiles.IProfileManager

See Also

IModelStore Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top