Partager via


IOpaqueAction.OutputValues, propriété

Obtient les résultats de l'action.

Espace de noms :  Microsoft.VisualStudio.Uml.Actions
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property OutputValues As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> OutputValues { get; }
property IEnumerable<IOutputPin^>^ OutputValues {
    IEnumerable<IOutputPin^>^ get ();
}
abstract OutputValues : IEnumerable<IOutputPin> with get
function get OutputValues () : IEnumerable<IOutputPin>

Valeur de propriété

Type : IEnumerable<IOutputPin>

Sécurité .NET Framework

Voir aussi

Référence

IOpaqueAction Interface

Microsoft.VisualStudio.Uml.Actions, espace de noms