GlobResult Constructor
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.
Constructor.
public:
GlobResult(Microsoft::Build::Construction::ProjectItemElement ^ itemElement, System::Collections::Generic::IEnumerable<System::String ^> ^ includeGlobStrings, Microsoft::Build::Globbing::IMSBuildGlob ^ globWithGaps, System::Collections::Generic::IEnumerable<System::String ^> ^ excludeFragmentStrings, System::Collections::Generic::IEnumerable<System::String ^> ^ removeFragmentStrings);
public GlobResult (Microsoft.Build.Construction.ProjectItemElement itemElement, System.Collections.Generic.IEnumerable<string> includeGlobStrings, Microsoft.Build.Globbing.IMSBuildGlob globWithGaps, System.Collections.Generic.IEnumerable<string> excludeFragmentStrings, System.Collections.Generic.IEnumerable<string> removeFragmentStrings);
new Microsoft.Build.Evaluation.GlobResult : Microsoft.Build.Construction.ProjectItemElement * seq<string> * Microsoft.Build.Globbing.IMSBuildGlob * seq<string> * seq<string> -> Microsoft.Build.Evaluation.GlobResult
Public Sub New (itemElement As ProjectItemElement, includeGlobStrings As IEnumerable(Of String), globWithGaps As IMSBuildGlob, excludeFragmentStrings As IEnumerable(Of String), removeFragmentStrings As IEnumerable(Of String))
Parameters
- itemElement
- ProjectItemElement
- includeGlobStrings
- IEnumerable<String>
- globWithGaps
- IMSBuildGlob
- excludeFragmentStrings
- IEnumerable<String>
- removeFragmentStrings
- IEnumerable<String>