共用方式為


IPort.Provided 屬性

取得指定一組擁有物件所提供之操作和事件的介面。

命名空間:  Microsoft.VisualStudio.Uml.CompositeStructures
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

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

屬性值

類型:IEnumerable<IInterface>

.NET Framework 安全性

請參閱

參考

IPort 介面

Microsoft.VisualStudio.Uml.CompositeStructures 命名空間