Condividi tramite


Proprietà IComponent.Required

Ottiene le interfacce che definiscono i messaggi che il componente invia ad altri componenti o sistemi.

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

Sintassi

'Dichiarazione
ReadOnly Property Required As IEnumerable(Of IInterface)
IEnumerable<IInterface> Required { get; }
property IEnumerable<IInterface^>^ Required {
    IEnumerable<IInterface^>^ get ();
}
abstract Required : IEnumerable<IInterface>
function get Required () : IEnumerable<IInterface>

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<IInterface>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IComponent Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Components