FileSystemWatcher.GlobPattern 属性

定义

获取或设置要监视的 glob 模式。

public:
 property System::String ^ GlobPattern { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="globPattern")]
public string GlobPattern { get; set; }
[<System.Runtime.Serialization.DataMember(Name="globPattern")>]
member this.GlobPattern : string with get, set
Public Property GlobPattern As String

属性值

String
属性

适用于