Freigeben über


IDeploymentTarget.Deployments-Eigenschaft

Ruft Bereitstellungen mit für dieses Ziel bereitgestellten Elementen ab.

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

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IDeploymentTarget Schnittstelle

Microsoft.VisualStudio.Uml.Deployments-Namespace