PropertyGroupFileMatcher.GlobPatterns 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.
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