Partager via


IDeploymentTarget.Deployments, propriété

Obtient les déploiements qui ont déployé des éléments sur cette cible.

Espace de noms :  Microsoft.VisualStudio.Uml.Deployments
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

IDeploymentTarget Interface

Microsoft.VisualStudio.Uml.Deployments, espace de noms