共用方式為


ReportParameterInfoCollection 類別

ReportParameterInfo 物件的集合。

繼承階層架構

Object
  ReadOnlyCollection<ReportParameterInfo>
    Microsoft.Reporting.WinForms.ReportParameterInfoCollection

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection _
    Inherits ReadOnlyCollection(Of ReportParameterInfo)
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =  
    class
        inherit ReadOnlyCollection<ReportParameterInfo>
    end
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>

ReportParameterInfoCollection 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 Count 取得 ReadOnlyCollection 中所包含的項目數。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
公用屬性 Item(Int32) 取得位在指定索引處的項目。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
公用屬性 Item[String] ReportParameterInfoCollection 傳回一個具名項目。

回頁首

方法

  名稱 描述
公用方法 Contains 判斷某項目是否在 ReadOnlyCollection 中。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
公用方法 CopyTo 從目標陣列的指定索引開始,複製整個 ReadOnlyCollection 至相容的一維 Array。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
公用方法 Equals 判斷指定的物件是否等於目前的物件。 (繼承自 Object)。
公用方法 GetEnumerator 傳回在 ReadOnlyCollection 中逐一查看的列舉值。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前實例 Type 的屬性。 (繼承自 Object)。
公用方法 IndexOf 搜尋指定的物件,並傳回整個 ReadOnlyCollection 中第一個出現之以零為起始的索引。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
公用方法 ToString 傳回代表目前物件的字串。 (繼承自 Object)。

回頁首

明確介面實作

  名稱 描述
明確介面實作私用方法 System#Collections#Generic#ICollection{T}#Add 將項目加入至 ICollection。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IList#Add 將項目加入至 IList。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#Generic#ICollection{T}#Clear 將所有項目從 ICollection 移除。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IList#Clear 將所有項目從 IList 移除。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IList#Contains 判斷 IList 是否包含特定值。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#ICollection#CopyTo 從特定的 Array 索引開始,將 ICollection 的項目複製至 Array。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IEnumerable#GetEnumerator 傳回逐一查看集合的列舉值。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IList#IndexOf 判斷 IList 中特定項目的索引。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#Generic#IList{T}#Insert 將項目插入位於指定索引處的 IList。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IList#Insert 將項目插入位於指定索引處的 IList。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用屬性 System#Collections#IList#IsFixedSize 取得值,指出 IList 是否有固定的大小。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用屬性 System#Collections#Generic#ICollection{T}#IsReadOnly 取得值,指出 ICollection 是否唯讀。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用屬性 System#Collections#IList#IsReadOnly 取得值,指出 IList 是否唯讀。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用屬性 System#Collections#ICollection#IsSynchronized 取得值,這個值表示對 ICollection 的存取是否同步 (安全執行緒)。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用屬性 System#Collections#Generic#IList{T}#Item 取得位在指定索引處的項目。如果您嘗試在指定索引處設定項目,就會發生 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用屬性 System#Collections#IList#Item 取得位在指定索引處的項目。如果您嘗試在指定索引處設定項目,就會發生 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#Generic#ICollection{T}#Remove 從 ICollection 移除特定物件的第一個相符項目。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IList#Remove 從 IList 移除特定物件的第一個相符項目。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#Generic#IList{T}#RemoveAt 移除指定之索引處的 IList 項目。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用方法 System#Collections#IList#RemoveAt 移除指定之索引處的 IList 項目。這個實作一律會擲回 NotSupportedException。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。
明確介面實作私用屬性 System#Collections#ICollection#SyncRoot 取得可用以同步存取 ICollection 的物件。 (繼承自 ReadOnlyCollection<ReportParameterInfo>)。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.Reporting.WinForms 命名空間