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
    Get
IProfileManager IModelStore.ProfileManager { get; }
private:
virtual property IProfileManager^ ProfileManager {
    IProfileManager^ get () sealed = IModelStore::ProfileManager::get;
}
private abstract ProfileManager : IProfileManager
private override ProfileManager : IProfileManager
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