IPropertySourceCollection 인터페이스

속성 창에 나타나는 속성 소스 개체의 컬렉션을 나타냅니다.

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

구문

‘선언
Public Interface IPropertySourceCollection _
    Inherits IEnumerable(Of Object), IEnumerable
public interface IPropertySourceCollection : IEnumerable<Object>, 
    IEnumerable

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

메서드

  이름 설명
Public 메서드 Add IPropertySourceCollection 컬렉션에 새 속성 소스 개체를 추가합니다.
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<Object>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable에서 상속됨)

위쪽

참고 항목

참조

Microsoft.VisualStudio.SharePoint 네임스페이스