Proprietà ICombinedFragment.Operands
Ottiene gli operandi del frammento combinato.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property Operands As IEnumerable(Of IInteractionOperand)
Get
IEnumerable<IInteractionOperand> Operands { get; }
property IEnumerable<IInteractionOperand^>^ Operands {
IEnumerable<IInteractionOperand^>^ get ();
}
abstract Operands : IEnumerable<IInteractionOperand>
function get Operands () : IEnumerable<IInteractionOperand>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IInteractionOperand>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.