GlobResult.IncludeGlobs Property

Definition

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)

Property Value

Applies to