Aracılığıyla paylaş


IComponent.Provided Özellik

Bileşenini uygulayan ve diğer bileşenleri kullanan iletileri tanımlayan arabirimleri alır.

Ad alanı:  Microsoft.VisualStudio.Uml.Components
Derleme:  Microsoft.VisualStudio.Uml.Interfaces (Microsoft.VisualStudio.Uml.Interfaces.dll içinde)

Sözdizimi

'Bildirim
ReadOnly Property Provided As IEnumerable(Of IInterface)
IEnumerable<IInterface> Provided { get; }
property IEnumerable<IInterface^>^ Provided {
    IEnumerable<IInterface^>^ get ();
}
abstract Provided : IEnumerable<IInterface>
function get Provided () : IEnumerable<IInterface>

Özellik Değeri

Tür: System.Collections.Generic.IEnumerable<IInterface>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IComponent Arabirim

Microsoft.VisualStudio.Uml.Components Ad Alanı