MSBuildGlobExtensions.GetParsedGlobs(IMSBuildGlob) 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.
Retrieve all the MSBuildGlob objects from the given glob
composite.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IEnumerable<Microsoft::Build::Globbing::MSBuildGlob ^> ^ GetParsedGlobs(Microsoft::Build::Globbing::IMSBuildGlob ^ glob);
public static System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.MSBuildGlob> GetParsedGlobs (this Microsoft.Build.Globbing.IMSBuildGlob glob);
static member GetParsedGlobs : Microsoft.Build.Globbing.IMSBuildGlob -> seq<Microsoft.Build.Globbing.MSBuildGlob>
<Extension()>
Public Function GetParsedGlobs (glob As IMSBuildGlob) As IEnumerable(Of MSBuildGlob)
Parameters
- glob
- IMSBuildGlob
A glob composite