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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace