ICombinedFragment.Operands, propriété
Obtient les opérandes de fragment combiné.
Espace de noms : Microsoft.VisualStudio.Uml.Interactions
Assembly : Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Déclaration
ReadOnly Property Operands As IEnumerable(Of IInteractionOperand)
IEnumerable<IInteractionOperand> Operands { get; }
property IEnumerable<IInteractionOperand^>^ Operands {
IEnumerable<IInteractionOperand^>^ get ();
}
abstract Operands : IEnumerable<IInteractionOperand>
function get Operands () : IEnumerable<IInteractionOperand>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<IInteractionOperand>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.