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