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 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
PropertiesCollection() | |
![]() |
PropertiesCollection(IDictionary<String, Object>) |
위쪽
속성
이름 | 설명 | |
---|---|---|
![]() |
Count | |
![]() |
Item | |
![]() |
Keys | |
![]() |
Values |
위쪽
메서드
이름 | 설명 | |
---|---|---|
![]() |
Add | |
![]() |
Clear | |
![]() |
ContainsKey | |
![]() |
ContainsValue | |
![]() |
Equals | (Object.Equals(Object)을(를) 재정의함) |
![]() |
GetHashCode | (Object.GetHashCode()을(를) 재정의함) |
![]() |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) |
![]() |
GetValue<T> | |
![]() |
Remove | |
![]() |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) |
![]() |
TryGetValue(String, Object%) | |
![]() |
TryGetValue<T>(String, T%) |
위쪽
명시적 인터페이스 구현
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.