IComponent.Required Property
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
'Declaration
ReadOnly Property Required As IEnumerable(Of IInterface)
IEnumerable<IInterface> Required { get; }
property IEnumerable<IInterface^>^ Required {
IEnumerable<IInterface^>^ get ();
}
abstract Required : IEnumerable<IInterface> with get
function get Required () : IEnumerable<IInterface>
Property Value
Type: System.Collections.Generic.IEnumerable<IInterface>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.