共用方式為


ISpaceReservationManager.Agents 屬性

取得此管理員所管理之代理程式的清單。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
ReadOnly Property Agents As ReadOnlyCollection(Of ISpaceReservationAgent)
ReadOnlyCollection<ISpaceReservationAgent> Agents { get; }
property ReadOnlyCollection<ISpaceReservationAgent^>^ Agents {
    ReadOnlyCollection<ISpaceReservationAgent^>^ get ();
}
abstract Agents : ReadOnlyCollection<ISpaceReservationAgent> with get
function get Agents () : ReadOnlyCollection<ISpaceReservationAgent>

屬性值

類型:ReadOnlyCollection<ISpaceReservationAgent>
代理程式。

備註

任何實作ISpaceReservationAgent可用於這個方法。

.NET Framework 安全性

請參閱

參考

ISpaceReservationManager 介面

Microsoft.VisualStudio.Text.Editor 命名空間