PropertyGroupFileMatcher.GlobPatterns 属性

定义

Git 样式 glob 模式

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; }
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)

属性值

IReadOnlyCollection<String>
属性

适用于