ReportParameterInfoCollection 類別

 

發行︰ 2016年4月

ReportParameterInfo 物件的集合。

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

繼承階層

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<T>
    Microsoft.Reporting.WinForms.ReportParameterInfoCollection

語法

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

屬性

名稱 描述
System_CAPS_pubproperty Count

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubproperty Item[Int32]

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubproperty Item[String]

ReportParameterInfoCollection 傳回一個具名項目。

方法

名稱 描述
System_CAPS_pubmethod Contains(T)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubmethod CopyTo(T[], Int32)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_pubmethod GetEnumerator()

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_pubmethod IndexOf(T)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

明確介面實作

名稱 描述
System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<TKey>.Add(T)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<TKey>.Clear()

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection<TKey>.Remove(T)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList<T>.Insert(Int32, T)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList<T>.RemoveAt(Int32)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod ICollection.CopyTo(Array, Int32)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Add(Object)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Clear()

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Contains(Object)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.IndexOf(Object)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Insert(Int32, Object)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Remove(Object)

(繼承自 ReadOnlyCollection<T>。)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.RemoveAt(Int32)

(繼承自 ReadOnlyCollection<T>。)

執行緒安全

此類型的任何 public static (在 Visual Basic 中 共用 在 Visual Basic 中) 成員皆為安全執行緒。不保證任何執行個體成員為安全執行緒。

另請參閱

Microsoft.Reporting.WinForms 命名空間

回到頁首