CompositeGlob.Globs Property

Definition

The direct children of this composite

public:
 property System::Collections::Generic::IEnumerable<Microsoft::Build::Globbing::IMSBuildGlob ^> ^ Globs { System::Collections::Generic::IEnumerable<Microsoft::Build::Globbing::IMSBuildGlob ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Build.Globbing.IMSBuildGlob> Globs { get; }
member this.Globs : seq<Microsoft.Build.Globbing.IMSBuildGlob>
Public ReadOnly Property Globs As IEnumerable(Of IMSBuildGlob)

Property Value

Applies to