IComponent::Provided Property

 

Gets the Interfaces that define messages that the component implements and that other components can use.

Namespace:   Microsoft.VisualStudio.Uml.Components
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

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