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)

property IEnumerable<IInterface^>^ Required {
	IEnumerable<IInterface^>^ get();
}
Return to top
Show: