IAction.Outputs – vlastnost
Získá výstupy akce.
Obor názvů: Microsoft.VisualStudio.Uml.Actions
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
ReadOnly Property Outputs As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> Outputs { get; }
property IEnumerable<IOutputPin^>^ Outputs {
IEnumerable<IOutputPin^>^ get ();
}
abstract Outputs : IEnumerable<IOutputPin>
function get Outputs () : IEnumerable<IOutputPin>
Hodnota vlastnosti
Typ: System.Collections.Generic.IEnumerable<IOutputPin>
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.