Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Interfaces that define messages that the component sends to other components or systems.
Namespace: Microsoft.VisualStudio.Uml.Components
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IInterface> Required { get; }
property IEnumerable<IInterface^>^ Required {
IEnumerable<IInterface^>^ get();
}
abstract Required : IEnumerable<IInterface> with get
ReadOnly Property Required As IEnumerable(Of IInterface)
Property Value
Type: System.Collections.Generic.IEnumerable<IInterface>
See Also
IComponent Interface
Microsoft.VisualStudio.Uml.Components Namespace
Return to top