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

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

Property Value

Type: Microsoft.VisualStudio.Uml.Profiles.IProfileManager

.NET Framework Security

See Also

Reference

IModelStore Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace