PropertyGroupFileMatcher.GlobPatterns Property

Definition

The git style glob patterns

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ GlobPatterns { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); void set(System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ value); };
public System.Collections.Generic.IReadOnlyCollection<string> GlobPatterns { get; set; }
public System.Collections.Generic.IReadOnlyCollection<string> GlobPatterns { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
public System.Collections.Generic.IReadOnlyCollection<string>? GlobPatterns { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.GlobPatterns : System.Collections.Generic.IReadOnlyCollection<string> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.GlobPatterns : System.Collections.Generic.IReadOnlyCollection<string> with get, set
Public Property GlobPatterns As IReadOnlyCollection(Of String)

Property Value

Attributes

Applies to