Proprietà IDeploymentTarget.Deployments
Ottiene le distribuzioni che hanno implementato gli elementi in questa destinazione.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Deployments
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
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>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IDeployment>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.