IProfile.Stereotypes Property
Definitions of Stereotypes within a Profile.
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Stereotypes As IEnumerable(Of IStereotype)
IEnumerable<IStereotype> Stereotypes { get; }
property IEnumerable<IStereotype^>^ Stereotypes {
IEnumerable<IStereotype^>^ get ();
}
abstract Stereotypes : IEnumerable<IStereotype> with get
function get Stereotypes () : IEnumerable<IStereotype>
Property Value
Type: System.Collections.Generic.IEnumerable<IStereotype>
.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.