Sdílet prostřednictvím


IBehavioredClassifier.InterfaceRealizations – vlastnost

Načtení rozhraní realizované toto chování.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IBehavioredClassifier Rozhraní

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