Share via


ModelStore.IModelStore.ProfileManager Property

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

Syntax

'Declaration
Private ReadOnly Property ProfileManager As IProfileManager 
    Implements IModelStore.ProfileManager
IProfileManager IModelStore.ProfileManager { get; }
private:
virtual property IProfileManager^ ProfileManager {
    IProfileManager^ get () sealed = IModelStore::ProfileManager::get;
}
private abstract ProfileManager : IProfileManager with get 
private override ProfileManager : IProfileManager with get
JScript does not support explicit interface implementations.

Property Value

Type: Microsoft.VisualStudio.Uml.Profiles.IProfileManager

Implements

IModelStore.ProfileManager

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace