Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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