IDeploymentTarget.DeployedElements Property

Gets elements that have been deployed to this target.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IEnumerable<IPackageableElement>

.NET Framework Security

See Also

Reference

IDeploymentTarget Interface

Microsoft.VisualStudio.Uml.Deployments Namespace