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
IEnumerable<IPackageableElement> DeployedElements { get; }
property IEnumerable<IPackageableElement^>^ DeployedElements {
IEnumerable<IPackageableElement^>^ get();
}
abstract DeployedElements : IEnumerable<IPackageableElement> with get
ReadOnly Property DeployedElements As IEnumerable(Of IPackageableElement)
Property Value
Type: System.Collections.Generic.IEnumerable<IPackageableElement>
See Also
IDeploymentTarget Interface
Microsoft.VisualStudio.Uml.Deployments Namespace
Return to top