Compartir a través de


IDeploymentTarget.Deployments (Propiedad)

Obtiene las implementaciones que han implementado elementos a este destino.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Deployments
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property Deployments As IEnumerable(Of IDeployment)
IEnumerable<IDeployment> Deployments { get; }
property IEnumerable<IDeployment^>^ Deployments {
    IEnumerable<IDeployment^>^ get ();
}
abstract Deployments : IEnumerable<IDeployment>
function get Deployments () : IEnumerable<IDeployment>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IDeploymentTarget Interfaz

Microsoft.VisualStudio.Uml.Deployments (Espacio de nombres)