ProjectLink.GetAllGlobs 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.
Overloads
GetAllGlobs(String, EvaluationContext) |
Facilitate remoting the GetAllGlobs(String, EvaluationContext). |
GetAllGlobs(EvaluationContext) |
Facilitate remoting the GetAllGlobs(EvaluationContext). |
GetAllGlobs(String, EvaluationContext)
- Source:
- ProjectLink.cs
Facilitate remoting the GetAllGlobs(String, EvaluationContext).
public:
abstract System::Collections::Generic::List<Microsoft::Build::Evaluation::GlobResult ^> ^ GetAllGlobs(System::String ^ itemType, Microsoft::Build::Evaluation::Context::EvaluationContext ^ evaluationContext);
public abstract System.Collections.Generic.List<Microsoft.Build.Evaluation.GlobResult> GetAllGlobs (string itemType, Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext);
abstract member GetAllGlobs : string * Microsoft.Build.Evaluation.Context.EvaluationContext -> System.Collections.Generic.List<Microsoft.Build.Evaluation.GlobResult>
Public MustOverride Function GetAllGlobs (itemType As String, evaluationContext As EvaluationContext) As List(Of GlobResult)
Parameters
- itemType
- String
- evaluationContext
- EvaluationContext
Returns
Applies to
GetAllGlobs(EvaluationContext)
- Source:
- ProjectLink.cs
Facilitate remoting the GetAllGlobs(EvaluationContext).
public:
abstract System::Collections::Generic::List<Microsoft::Build::Evaluation::GlobResult ^> ^ GetAllGlobs(Microsoft::Build::Evaluation::Context::EvaluationContext ^ evaluationContext);
public abstract System.Collections.Generic.List<Microsoft.Build.Evaluation.GlobResult> GetAllGlobs (Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext);
abstract member GetAllGlobs : Microsoft.Build.Evaluation.Context.EvaluationContext -> System.Collections.Generic.List<Microsoft.Build.Evaluation.GlobResult>
Public MustOverride Function GetAllGlobs (evaluationContext As EvaluationContext) As List(Of GlobResult)
Parameters
- evaluationContext
- EvaluationContext