Propriedade IDeploymentTarget.Deployments

Obtém a implantações que implantaram os elementos a este destino.

Namespace:  Microsoft.VisualStudio.Uml.Deployments
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property Deployments As IEnumerable(Of IDeployment)
    Get
IEnumerable<IDeployment> Deployments { get; }
property IEnumerable<IDeployment^>^ Deployments {
    IEnumerable<IDeployment^>^ get ();
}
abstract Deployments : IEnumerable<IDeployment>
function get Deployments () : IEnumerable<IDeployment>

Valor de propriedade

Tipo: System.Collections.Generic.IEnumerable<IDeployment>

Segurança do .NET Framework

Consulte também

Referência

IDeploymentTarget Interface

Namespace Microsoft.VisualStudio.Uml.Deployments