DeploymentSyncParameterCollection 類別

定義

提供 DeploymentSyncParameter 物件的集合。

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
繼承
DeploymentSyncParameterCollection
實作

屬性

Count

取得目前集合中的物件數目 DeploymentSyncParameter

Item[Int32]

取得指定索引處的 DeploymentSyncParameter

Item[String]

取得具有指定名稱的 DeploymentSyncParameter

方法

Add(DeploymentSyncParameter)

DeploymentSyncParameter 加入目前的集合中。

Clear()

從目前的集合中移除所有物件。

Contains(String)

提供 DeploymentSyncParameter 物件的集合。

CreateNavigator()

建立並傳回用於巡覽目前集合的 XPathNavigator。

GetEnumerator()

傳回逐一查看集合的列舉值。

Load(Stream)

提供 DeploymentSyncParameter 物件的集合。

Load(String)

提供 DeploymentSyncParameter 物件的集合。

Remove(String)

從目前的集合中移除具有指定名稱的參數。

TryGetValue(String, DeploymentSyncParameter)

嘗試尋找目前集合中具有指定名稱的 DeploymentSyncParameter,並傳回值,指出作業是否成功。

明確介面實作

IEnumerable.GetEnumerator()

提供 DeploymentSyncParameter 物件的集合。

適用於