Share via


IPackage.ProfileInstances Property

Gets a list of Profiles linked to this Package. Stereotypes from these Profiles can be applied to elements inside the Package. In addition, Stereotypes from Profiles in containing packages or models can be applied to elements inside the package.

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

Syntax

'Declaration
ReadOnly Property ProfileInstances As IEnumerable(Of IProfileInstance)
IEnumerable<IProfileInstance> ProfileInstances { get; }
property IEnumerable<IProfileInstance^>^ ProfileInstances {
    IEnumerable<IProfileInstance^>^ get ();
}
abstract ProfileInstances : IEnumerable<IProfileInstance> with get
function get ProfileInstances () : IEnumerable<IProfileInstance>

Property Value

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

.NET Framework Security

See Also

Reference

IPackage Interface

Microsoft.VisualStudio.Uml.Classes Namespace