ProjectLink.GetItemsByEvaluatedInclude(String) Method
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.
Facilitate remoting the GetItemsByEvaluatedInclude(String).
public:
abstract System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectItem ^> ^ GetItemsByEvaluatedInclude(System::String ^ evaluatedInclude);
public abstract System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem> GetItemsByEvaluatedInclude (string evaluatedInclude);
abstract member GetItemsByEvaluatedInclude : string -> System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectItem>
Public MustOverride Function GetItemsByEvaluatedInclude (evaluatedInclude As String) As ICollection(Of ProjectItem)
Parameters
- evaluatedInclude
- String