DeploymentSyncParameterCollection Class

Definition

Provides a collection of DeploymentSyncParameter objects.

public ref class DeploymentSyncParameterCollection : System::Collections::Generic::IEnumerable<Microsoft::Web::Deployment::DeploymentSyncParameter ^>, System::Xml::XPath::IXPathNavigable
public class DeploymentSyncParameterCollection : System.Collections.Generic.IEnumerable<Microsoft.Web.Deployment.DeploymentSyncParameter>, System.Xml.XPath.IXPathNavigable
type DeploymentSyncParameterCollection = class
    interface seq<DeploymentSyncParameter>
    interface IEnumerable
    interface IXPathNavigable
Public Class DeploymentSyncParameterCollection
Implements IEnumerable(Of DeploymentSyncParameter), IXPathNavigable
Inheritance
DeploymentSyncParameterCollection
Implements

Properties

Count

Gets the number of DeploymentSyncParameter objects in the current collection.

Item[Int32]

Gets the DeploymentSyncParameter at the specified index.

Item[String]

Gets the DeploymentSyncParameter with the specified name.

Methods

Add(DeploymentSyncParameter)

Adds a DeploymentSyncParameter to the current collection.

Clear()

Removes all objects from the current collection.

Contains(String)
CreateNavigator()

Creates and returns an XPathNavigator for navigating the current collection.

GetEnumerator()

Returns an enumerator that iterates through the collection.

Load(Stream)
Load(String)
Remove(String)

Removes a parameter with the specified name from the current collection.

TryGetValue(String, DeploymentSyncParameter)

Attempts to find the DeploymentSyncParameter 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