IPackage::ProfileInstances Property
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IProfileInstance^>^ ProfileInstances {
IEnumerable<IProfileInstance^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IProfileInstance^>^
Show: