BehavioredClassifierExtensions.GetRealizingClassifiers – metoda
Vrátí kolekci IBehavioredClassifier implementovaných danou realizedInterface.
Obor názvů: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Sestavení: Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntaxe
'Deklarace
<ExtensionAttribute> _
Public Shared Function GetRealizingClassifiers ( _
realizedInterface As IInterface _
) As IEnumerable(Of IBehavioredClassifier)
public static IEnumerable<IBehavioredClassifier> GetRealizingClassifiers(
this IInterface realizedInterface
)
[ExtensionAttribute]
public:
static IEnumerable<IBehavioredClassifier^>^ GetRealizingClassifiers(
IInterface^ realizedInterface
)
static member GetRealizingClassifiers :
realizedInterface:IInterface -> IEnumerable<IBehavioredClassifier>
public static function GetRealizingClassifiers(
realizedInterface : IInterface
) : IEnumerable<IBehavioredClassifier>
Parametry
- realizedInterface
Typ: Microsoft.VisualStudio.Uml.Classes.IInterface
Vrácená hodnota
Typ: System.Collections.Generic.IEnumerable<IBehavioredClassifier>
Poznámka k použití
V jazycích Visual Basic a C# lze tuto metodu volat jako metodu instance libovolného objektu typu IInterface. Pokud k volání této metody použijete syntaxi metody instance, vynechejte první parametr. Další informace naleznete v tématech Rozšíření metody (Visual Basic) a Rozšíření metody (Příručka programování C#).
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.
Viz také
Referenční dokumentace
BehavioredClassifierExtensions Třída
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů