Proprietà IDeploymentTarget.DeployedElements
Ottiene gli elementi che sono stati implementati 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 DeployedElements As IEnumerable(Of IPackageableElement)
Get
IEnumerable<IPackageableElement> DeployedElements { get; }
property IEnumerable<IPackageableElement^>^ DeployedElements {
IEnumerable<IPackageableElement^>^ get ();
}
abstract DeployedElements : IEnumerable<IPackageableElement>
function get DeployedElements () : IEnumerable<IPackageableElement>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IPackageableElement>
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.