DeploymentObjectAttributeCollection 類別

定義

提供 DeploymentObjectAttribute 物件的集合。

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

屬性

Count

取得目前集合中的部署屬性數目。

Item[Int32]

DeploymentObjectAttribute從目前集合取得位於指定索引處的 。

Item[String]

DeploymentObjectAttribute從目前集合取得具有指定名稱的 。

方法

GetEnumerator()

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

TryGetValue(String, DeploymentObjectAttribute)

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

明確介面實作

IEnumerable.GetEnumerator()

提供 DeploymentObjectAttribute 物件的集合。

適用於