Share via


IProfileManager.AllProfiles Property

 

Namespace:   Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

IEnumerable<IProfile> AllProfiles { get; }
property IEnumerable<IProfile^>^ AllProfiles {
    IEnumerable<IProfile^>^ get();
}
abstract AllProfiles : IEnumerable<IProfile> with get
ReadOnly Property AllProfiles As IEnumerable(Of IProfile)

Property Value

Type: System.Collections.Generic.IEnumerable<IProfile>

See Also

IProfileManager Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top