IDeploymentConfigurationDictionary 인터페이스
배포 단계의 컬렉션을 포함합니다.
네임스페이스: Microsoft.VisualStudio.SharePoint.Deployment
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Interface IDeploymentConfigurationDictionary _
Inherits IDictionary(Of String, IDeploymentConfiguration), ICollection(Of KeyValuePair(Of String, IDeploymentConfiguration)), _
IEnumerable(Of KeyValuePair(Of String, IDeploymentConfiguration)), IEnumerable
public interface IDeploymentConfigurationDictionary : IDictionary<string, IDeploymentConfiguration>,
ICollection<KeyValuePair<string, IDeploymentConfiguration>>, IEnumerable<KeyValuePair<string, IDeploymentConfiguration>>,
IEnumerable
IDeploymentConfigurationDictionary 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Count | ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨) | |
IsReadOnly | ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨) | |
Item | 지정된 키가 있는 요소를 가져오거나 설정합니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨) | |
Keys | IDictionary<TKey, TValue> 의 키를 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨) | |
Values | IDictionary<TKey, TValue> 의 값을 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨) |
위쪽
메서드
위쪽