Compartilhar via


Propriedade ISpaceReservationManager.Agents

Obtém a lista de agentes gerenciados por este gerenciador.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: ReadOnlyCollection<ISpaceReservationAgent>
Os agentes.

Comentários

Qualquer implementação de um ISpaceReservationAgent pode ser usado para este método.

Segurança do .NET Framework

Consulte também

Referência

ISpaceReservationManager Interface

Namespace Microsoft.VisualStudio.Text.Editor