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)
IEnumerable<IPackageableElement> DeployedElements { get; }
property IEnumerable<IPackageableElement^>^ DeployedElements {
IEnumerable<IPackageableElement^>^ get ();
}
abstract DeployedElements : IEnumerable<IPackageableElement> with get
function get DeployedElements () : IEnumerable<IPackageableElement>
Property Value
Type: System.Collections.Generic.IEnumerable<IPackageableElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.