FileSystemWatcher.Site 属性
本文内容
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 ISite 的 FileSystemWatcher。
public:
virtual property System::ComponentModel::ISite ^ Site { System::ComponentModel::ISite ^ get(); void set(System::ComponentModel::ISite ^ value); };
public override System.ComponentModel.ISite? Site { get; set; }
public override System.ComponentModel.ISite Site { get; set; }
[System.ComponentModel.Browsable(false)]
public override System.ComponentModel.ISite Site { get; set; }
member this.Site : System.ComponentModel.ISite with get, set
[<System.ComponentModel.Browsable(false)>]
member this.Site : System.ComponentModel.ISite with get, set
Public Overrides Property Site As ISite
ISite 的一个 FileSystemWatcher。
- 属性
站点将 绑定到 Component 并 Container 启用它们之间的通信,并为容器管理其组件提供一种方法。
产品 | 版本 |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |