Condividi tramite


Proprietà IBehavioralFeature.Methods

Ottiene i metodi che implementano le funzionalità comportamentistica.Potrebbe contenere al massimo un comportamento per ogni associazione di un classificatore (come proprietario del comportamento) e di una funzionalità comportamentistica quali specifica il comportamento).

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property Methods As IList(Of IBehavior)
IList<IBehavior> Methods { get; }
property IList<IBehavior^>^ Methods {
    IList<IBehavior^>^ get ();
}
abstract Methods : IList<IBehavior>
function get Methods () : IList<IBehavior>

Valore proprietà

Tipo: System.Collections.Generic.IList<IBehavior>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IBehavioralFeature Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes