Propriedade IProfile.Stereotypes
Definições de estereótipos dentro de um perfil.
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxe
'Declaração
ReadOnly Property Stereotypes As IEnumerable(Of IStereotype)
Get
IEnumerable<IStereotype> Stereotypes { get; }
property IEnumerable<IStereotype^>^ Stereotypes {
IEnumerable<IStereotype^>^ get ();
}
abstract Stereotypes : IEnumerable<IStereotype>
function get Stereotypes () : IEnumerable<IStereotype>
Valor de propriedade
Tipo: System.Collections.Generic.IEnumerable<IStereotype>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.