DeploymentObjectAttributeCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 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 具有目前集合中指定 |
明確介面實作
| IEnumerable.GetEnumerator() |
提供 DeploymentObjectAttribute 物件的集合。 |