PropertyGrid.Site 屬性

定義

取得或設定控制項的站台。

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; }
member this.Site : System.ComponentModel.ISite with get, set
Public Overrides Property Site As ISite

屬性值

與控制項相關聯的 ISite (如果有的話)。

適用於

另請參閱