Udostępnij za pośrednictwem


Właściwość IDeploymentTarget.DeployedElements —

Pobiera elementy, które zostały wdrożone do tego obiektu docelowego.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Deployments
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

'Deklaracja
ReadOnly Property DeployedElements As IEnumerable(Of IPackageableElement)
IEnumerable<IPackageableElement> DeployedElements { get; }
property IEnumerable<IPackageableElement^>^ DeployedElements {
    IEnumerable<IPackageableElement^>^ get ();
}
abstract DeployedElements : IEnumerable<IPackageableElement> with get
function get DeployedElements () : IEnumerable<IPackageableElement>

Wartość właściwości

Typ: IEnumerable<IPackageableElement>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IDeploymentTarget Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Deployments