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 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Count ICollection<T> 에 포함된 요소 수를 가져옵니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 속성 IsReadOnly ICollection<T> 이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 속성 Item 지정한 키를 가진 요소를 가져오거나 설정합니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨)
Public 속성 Keys IDictionary<TKey, TValue> 의 키를 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨)
Public 속성 Values IDictionary<TKey, TValue> 의 값을 포함하는 ICollection<T>을 가져옵니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 Add(T) ICollection<T> 에 항목을 추가합니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 메서드 Add(String) 사전에 배포 구성을 추가합니다.이 메서드를 사용하여 추가된 배포 구성은 프로젝트 파일이나 사용자 파일에 저장되지 않습니다.
Public 메서드 Add(TKey, TValue) 제공된 키와 값이 있는 요소를 IDictionary<TKey, TValue>에 추가합니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨)
Public 메서드 Add(String, IEnumerable<String>, IEnumerable<String>) 사전에 배포 구성을 추가합니다.이 메서드를 사용하여 추가된 배포 구성은 프로젝트 파일이나 사용자 파일에 저장되지 않습니다.
Public 메서드 Clear ICollection<T> 에서 항목을 모두 제거합니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 메서드 Contains ICollection<T> 에 특정 값이 들어 있는지 여부를 확인합니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 메서드 ContainsKey IDictionary<TKey, TValue> 에 지정된 키가 있는 요소가 포함되어 있는지 여부를 확인합니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨)
Public 메서드 CopyTo 특정 Array 인덱스부터 시작하여 ICollection<T>의 요소를 Array에 복사합니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable에서 상속됨)
Public 메서드 Remove(TKey) IDictionary<TKey, TValue> 에서 지정한 키를 가지는 요소를 제거합니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨)
Public 메서드 Remove(T) ICollection<T> 에서 맨 처음 나타나는 특정 개체를 제거합니다. (ICollection<KeyValuePair<String, IDeploymentConfiguration>>에서 상속됨)
Public 메서드 TryGetValue 지정된 키와 연결된 값을 가져옵니다. (IDictionary<String, IDeploymentConfiguration>에서 상속됨)

위쪽

참고 항목

참조

Microsoft.VisualStudio.SharePoint.Deployment 네임스페이스