ISharePointProjectOutputReferenceCollection 인터페이스

프로젝트 항목에 속한 프로젝트 출력 참조의 컬렉션을 나타냅니다.

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

구문

‘선언
Public Interface ISharePointProjectOutputReferenceCollection _
    Inherits ISharePointCollection(Of ISharePointProjectOutputReference), INotifyCollectionChanged, INotifyPropertyChanged,  _
    IEnumerable(Of ISharePointProjectOutputReference), IEnumerable
public interface ISharePointProjectOutputReferenceCollection : ISharePointCollection<ISharePointProjectOutputReference>, 
    INotifyCollectionChanged, INotifyPropertyChanged, IEnumerable<ISharePointProjectOutputReference>, IEnumerable

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

속성

  이름 설명
Public 속성 Count 컬렉션의 항목 수를 가져옵니다. (ISharePointCollection<T>에서 상속됨)
Public 속성 ProjectItem SharePoint 프로젝트 항목에 대한 참조를 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 Add(Guid, DeploymentType) projectId로 지정된 프로젝트에 출력 참조를 추가합니다.참조는 빌드 종속성으로 현재 프로젝트에 추가되고 SharePoint 프로젝트 항목의 일부로 포함됩니다.
Public 메서드 Add(String, DeploymentType) 프로젝트에 출력 참조를 추가합니다.참조는 빌드 종속성으로 현재 프로젝트에 추가되고 SharePoint 프로젝트 항목의 일부로 포함됩니다.
Public 메서드 Add(ISharePointProject, DeploymentType) 프로젝트에 출력 참조를 추가합니다.참조는 빌드 종속성으로 현재 프로젝트에 추가되고 SharePoint 프로젝트 항목의 일부로 포함됩니다.
Public 메서드 Clear 컬렉션의 내용을 지웁니다.
Public 메서드 Contains 제공된 항목이 이 컬렉션의 멤버인지 여부를 가져옵니다. (ISharePointCollection<T>에서 상속됨)
Public 메서드 CopyTo 이 컬렉션의 항목을 배열에 복사합니다. (ISharePointCollection<T>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable<ISharePointProjectOutputReference>에서 상속됨)
Public 메서드 GetEnumerator() 컬렉션을 반복하는 열거자를 반환합니다. (IEnumerable에서 상속됨)
Public 메서드 Remove 컬렉션에서 지정된 프로젝트 출력 참조를 제거합니다.그러나 이 메서드는 Add 메서드로 추가된 프로젝트 참조는 제거하지 않습니다.

위쪽

이벤트

  이름 설명
Public 이벤트 CollectionChanged 컬렉션이 변경되면 이 이벤트가 발생합니다. (INotifyCollectionChanged에서 상속됨)
Public 이벤트 PropertyChanged 속성 값이 변경되면 발생합니다. (INotifyPropertyChanged에서 상속됨)

위쪽

설명

기존 참조와 같은 배포 속성을 가진 프로젝트 출력 참조를 추가하려고 시도하는 경우 새 출력 참조는 추가되지 않습니다. 대신 기존 참조가 반환됩니다.

참고 항목

참조

Microsoft.VisualStudio.SharePoint 네임스페이스