DeploymentObjectAttributeCollection Class

Definition

Provides a collection of DeploymentObjectAttribute objects.

public ref class DeploymentObjectAttributeCollection : System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentObjectAttribute ^>
public class DeploymentObjectAttributeCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentObjectAttribute>
type DeploymentObjectAttributeCollection = class
    interface seq<DeploymentObjectAttribute>
    interface IEnumerable
Public Class DeploymentObjectAttributeCollection
Implements IEnumerable(Of DeploymentObjectAttribute)
Inheritance
DeploymentObjectAttributeCollection
Implements

Properties

Count

Gets the number of deployment attributes in the current collection.

Item[Int32]

Gets the DeploymentObjectAttribute at the specified index from current collection.

Item[String]

Gets the DeploymentObjectAttribute with the specified name from current collection.

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

TryGetValue(String, DeploymentObjectAttribute)

Attempts to find the DeploymentObjectAttribute with the specified name in the current collection and returns a value indicating whether the operation was successful.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to