다음을 통해 공유


PropertiesCollection 클래스

상속 계층 구조

System.Object
  Microsoft.VisualStudio.Services.WebApi.PropertiesCollection

네임스페이스:  Microsoft.VisualStudio.Services.WebApi
어셈블리:  Microsoft.VisualStudio.Services.WebApi(Microsoft.VisualStudio.Services.WebApi.dll)

구문

‘선언
<CollectionDataContractAttribute(Name := "Properties", ItemName := "Property", KeyName := "Key",  _
    ValueName := "Value")> _
Public NotInheritable Class PropertiesCollection _
    Implements IDictionary(Of String, Object),  _
    ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)),  _
    IEnumerable, ICollection
[CollectionDataContractAttribute(Name = "Properties", ItemName = "Property", KeyName = "Key", 
    ValueName = "Value")]
public sealed class PropertiesCollection : IDictionary<string, Object>, 
    ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
    IEnumerable, ICollection

PropertiesCollection 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 PropertiesCollection()
Public 메서드 PropertiesCollection(IDictionary<String, Object>)

위쪽

속성

  이름 설명
Public 속성 Count
Public 속성 Item
Public 속성 Keys
Public 속성 Values

위쪽

메서드

  이름 설명
Public 메서드 Add
Public 메서드 Clear
Public 메서드 ContainsKey
Public 메서드 ContainsValue
Public 메서드 Equals (Object.Equals(Object)을(를) 재정의함)
Public 메서드 GetHashCode (Object.GetHashCode()을(를) 재정의함)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public 메서드 GetValue<T>
Public 메서드 Remove
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)
Public 메서드 TryGetValue(String, Object%)
Public 메서드 TryGetValue<T>(String, T%)

위쪽

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현Private 메서드 ICollection<KeyValuePair<String, Object>>.Add
명시적 인터페이스 구현Private 메서드 ICollection<KeyValuePair<String, Object>>.Contains
명시적 인터페이스 구현Private 메서드 ICollection<KeyValuePair<String, Object>>.CopyTo
명시적 인터페이스 구현Private 메서드 ICollection.CopyTo
명시적 인터페이스 구현Private 메서드 IEnumerable<KeyValuePair<String, Object>>.GetEnumerator
명시적 인터페이스 구현Private 메서드 IEnumerable.GetEnumerator
명시적 인터페이스 구현Private 속성 ICollection<KeyValuePair<String, Object>>.IsReadOnly
명시적 인터페이스 구현Private 속성 ICollection.IsSynchronized
명시적 인터페이스 구현Private 속성 IDictionary<String, Object>.Keys
명시적 인터페이스 구현Private 메서드 ICollection<KeyValuePair<String, Object>>.Remove
명시적 인터페이스 구현Private 속성 ICollection.SyncRoot
명시적 인터페이스 구현Private 속성 IDictionary<String, Object>.Values

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.VisualStudio.Services.WebApi 네임스페이스