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>에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 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에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 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>에서 상속됨)

맨 위로 이동

주의

이 클래스는 ReportViewerInteractiveDeviceInfos 속성에 의해 참조됩니다.

컬렉션의 키는 장치 정보 설정의 이름을 나타냅니다.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.Reporting.WebForms 네임스페이스