ISharePointProjectMemberReferenceCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of SharePoint project item references.
public interface class ISharePointProjectMemberReferenceCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::SharePoint::ISharePointProjectMemberReference ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::ISharePointProjectMemberReference ^>, System::Collections::Generic::IList<Microsoft::VisualStudio::SharePoint::ISharePointProjectMemberReference ^>
public interface ISharePointProjectMemberReferenceCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.SharePoint.ISharePointProjectMemberReference>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.ISharePointProjectMemberReference>, System.Collections.Generic.IList<Microsoft.VisualStudio.SharePoint.ISharePointProjectMemberReference>
type ISharePointProjectMemberReferenceCollection = interface
interface IList<ISharePointProjectMemberReference>
interface ICollection<ISharePointProjectMemberReference>
interface seq<ISharePointProjectMemberReference>
interface IEnumerable
Public Interface ISharePointProjectMemberReferenceCollection
Implements ICollection(Of ISharePointProjectMemberReference), IEnumerable(Of ISharePointProjectMemberReference), IList(Of ISharePointProjectMemberReference)
- Implements
Methods
Add(String, Guid) |
Creates a reference to a project item and adds it to this collection. |