DeployedApplicationList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the list of DeployedApplication objects.
public sealed class DeployedApplicationList : System.Collections.Generic.ICollection<System.Fabric.Query.DeployedApplication>, System.Collections.Generic.IEnumerable<System.Fabric.Query.DeployedApplication>, System.Collections.Generic.IList<System.Fabric.Query.DeployedApplication>
type DeployedApplicationList = class
interface IList<DeployedApplication>
interface ICollection<DeployedApplication>
interface seq<DeployedApplication>
interface IEnumerable
Public NotInheritable Class DeployedApplicationList
Implements ICollection(Of DeployedApplication), IEnumerable(Of DeployedApplication), IList(Of DeployedApplication)
- Inheritance
-
DeployedApplicationList
- Implements
Properties
Count | |
IsReadOnly | |
Item[Int32] |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() |