GlobResult.IncludeGlobs Property
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.
Gets all the evaluated glob strings (properties expanded) from the include.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ IncludeGlobs { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> IncludeGlobs { get; }
member this.IncludeGlobs : seq<string>
Public ReadOnly Property IncludeGlobs As IEnumerable(Of String)