次の方法で共有


DeviceInfoCollection クラス

デバイス情報設定のコレクションを表します。

継承階層

System.Object
  System.Collections.ObjectModel.Collection<DeviceInfo>
    System.Collections.ObjectModel.KeyedCollection<String, DeviceInfo>
      Microsoft.Reporting.WebForms.DeviceInfoCollection

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class DeviceInfoCollection _
    Inherits KeyedCollection(Of String, DeviceInfo)
'使用
Dim instance As DeviceInfoCollection
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class DeviceInfoCollection : KeyedCollection<string, DeviceInfo>
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class DeviceInfoCollection sealed : public KeyedCollection<String^, DeviceInfo^>
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type DeviceInfoCollection =  
    class
        inherit KeyedCollection<string, DeviceInfo>
    end
public final class DeviceInfoCollection extends KeyedCollection<String, DeviceInfo>

DeviceInfoCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Comparer (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック プロパティ Count (Collection<DeviceInfo> から継承されています。)
プロテクト プロパティ Dictionary (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック プロパティ Item[TKey] (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック プロパティ Item[Int32] (Collection<DeviceInfo> から継承されています。)
プロテクト プロパティ Items (Collection<DeviceInfo> から継承されています。)

Top

メソッド

  名前 説明
パブリック メソッド Add(T) (Collection<DeviceInfo> から継承されています。)
パブリック メソッド Add(String, String) 指定した名前と値を使用して、コレクションに DeviceInfo オブジェクトを追加します。
プロテクト メソッド ChangeItemKey (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック メソッド Clear (Collection<DeviceInfo> から継承されています。)
プロテクト メソッド ClearItems (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック メソッド Contains(TKey) (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック メソッド Contains(T) (Collection<DeviceInfo> から継承されています。)
パブリック メソッド CopyTo (Collection<DeviceInfo> から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator (Collection<DeviceInfo> から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
プロテクト メソッド GetKeyForItem (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf (Collection<DeviceInfo> から継承されています。)
パブリック メソッド Insert (Collection<DeviceInfo> から継承されています。)
プロテクト メソッド InsertItem (KeyedCollection<String, DeviceInfo> から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Remove(TKey) (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック メソッド Remove(T) (Collection<DeviceInfo> から継承されています。)
パブリック メソッド RemoveAt (Collection<DeviceInfo> から継承されています。)
プロテクト メソッド RemoveItem (KeyedCollection<String, DeviceInfo> から継承されています。)
プロテクト メソッド SetItem (KeyedCollection<String, DeviceInfo> から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

Top

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList.Add (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Contains (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Insert (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsFixedSize (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection<T>.IsReadOnly (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsReadOnly (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.Item (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Remove (Collection<DeviceInfo> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot (Collection<DeviceInfo> から継承されています。)

Top

説明

このクラスは、ReportViewerInteractiveDeviceInfos プロパティによって参照されます。

デバイス情報設定の名前を表す、コレクション内のキー。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.Reporting.WebForms 名前空間