Поделиться через


IComponent.Required - свойство

Получает интерфейсы, определяющие сообщения о том, что компонент отправляет другим компонентам или системам.

Пространство имен:  Microsoft.VisualStudio.Uml.Components
Сборка:  Microsoft.VisualStudio.Uml.Interfaces (в Microsoft.VisualStudio.Uml.Interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property Required As IEnumerable(Of IInterface)
    Get
IEnumerable<IInterface> Required { get; }
property IEnumerable<IInterface^>^ Required {
    IEnumerable<IInterface^>^ get ();
}
abstract Required : IEnumerable<IInterface>
function get Required () : IEnumerable<IInterface>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<IInterface>

Безопасность платформы .NET Framework

См. также

Ссылки

IComponent Интерфейс

Microsoft.VisualStudio.Uml.Components - пространство имен