IVsDataObjectPropertyDictionary 인터페이스
데이터 개체의 속성을 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Data.Services
어셈블리: Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)
구문
‘선언
Public Interface IVsDataObjectPropertyDictionary _
Inherits IDictionary(Of String, Object), ICollection(Of KeyValuePair(Of String, Object)), _
IEnumerable(Of KeyValuePair(Of String, Object)), IEnumerable
public interface IVsDataObjectPropertyDictionary : IDictionary<string, Object>,
ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>,
IEnumerable
public interface class IVsDataObjectPropertyDictionary : IDictionary<String^, Object^>,
ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>,
IEnumerable
type IVsDataObjectPropertyDictionary =
interface
interface IDictionary<string, Object>
interface ICollection<KeyValuePair<string, Object>>
interface IEnumerable<KeyValuePair<string, Object>>
interface IEnumerable
end
public interface IVsDataObjectPropertyDictionary extends IDictionary<String, Object>, ICollection<KeyValuePair<String, Object>>, IEnumerable<KeyValuePair<String, Object>>, IEnumerable
IVsDataObjectPropertyDictionary 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<KeyValuePair<String, Object>>에서 상속됨) | |
IsReadOnly | ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<KeyValuePair<String, Object>>에서 상속됨) | |
Item | 지정된 키가 있는 요소를 가져오거나 설정합니다. (IDictionary<String, Object>에서 상속됨) | |
Keys | IDictionary<TKey, TValue> 의 키를 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, Object>에서 상속됨) | |
Values | IDictionary<TKey, TValue> 의 값을 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, Object>에서 상속됨) |
위쪽
메서드
위쪽
설명
이 인터페이스는 기본 제공 DDEX 서비스로 구현 됩니다.