Sdílet prostřednictvím


IDeploymentTarget.Deployments – vlastnost

Získá nasazení, které prvky nasadili na tento cíl.

Obor názvů:  Microsoft.VisualStudio.Uml.Deployments
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDeploymentTarget Rozhraní

Microsoft.VisualStudio.Uml.Deployments – obor názvů