IModelStore.ProfileManager Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property ProfileManager As IProfileManager
    Get
'Usage
Dim instance As IModelStore
Dim value As IProfileManager

value = instance.ProfileManager
IProfileManager ProfileManager { get; }
property IProfileManager^ ProfileManager {
    IProfileManager^ get ();
}
abstract ProfileManager : IProfileManager
function get ProfileManager () : IProfileManager

Property Value

Type: Microsoft.VisualStudio.Uml.Profiles.IProfileManager

.NET Framework Security

See Also

Reference

IModelStore Interface

IModelStore Members

Microsoft.VisualStudio.Uml.Extensions Namespace