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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.