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 implements and that other components can use.
Namespace: Microsoft.VisualStudio.Uml.Components
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Provided As IEnumerable(Of IInterface)
Get
IEnumerable<IInterface> Provided { get; }
property IEnumerable<IInterface^>^ Provided {
IEnumerable<IInterface^>^ get ();
}
abstract Provided : IEnumerable<IInterface>
function get Provided () : 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.