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 Deployments that have deployed elements to this target.
Namespace: Microsoft.VisualStudio.Uml.Deployments
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property Deployments As IEnumerable(Of IDeployment)
Get
IEnumerable<IDeployment> Deployments { get; }
property IEnumerable<IDeployment^>^ Deployments {
IEnumerable<IDeployment^>^ get ();
}
abstract Deployments : IEnumerable<IDeployment>
function get Deployments () : IEnumerable<IDeployment>
Property Value
Type: System.Collections.Generic.IEnumerable<IDeployment>
.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.