ProjectLink.Items Property

Definition

Access to remote Items.

public:
 abstract property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ Items { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ get(); };
public abstract System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> Items { get; }
member this.Items : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem>
Public MustOverride ReadOnly Property Items As ICollection(Of ProjectItem)

Property Value

Applies to