Sdílet prostřednictvím


IElement.ApplicableStereotypes – vlastnost

Sada Stereotypy, které u tohoto prvku.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
ReadOnly Property ApplicableStereotypes As IEnumerable(Of IStereotype)
IEnumerable<IStereotype> ApplicableStereotypes { get; }
property IEnumerable<IStereotype^>^ ApplicableStereotypes {
    IEnumerable<IStereotype^>^ get ();
}
abstract ApplicableStereotypes : IEnumerable<IStereotype>
function get ApplicableStereotypes () : IEnumerable<IStereotype>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<IStereotype>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IElement Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů