PropertyGroupFileMatcher.GlobPatterns 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
属性值
- 属性