ISpaceReservationManager 介面
管理空間保留裝飾。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Public Interface ISpaceReservationManager
public interface ISpaceReservationManager
public interface class ISpaceReservationManager
type ISpaceReservationManager = interface end
public interface ISpaceReservationManager
ISpaceReservationManager 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Agents | 取得此管理員所管理之代理程式的清單。 |
![]() |
HasAggregateFocus | 判斷空間保留代理程式所建立的裝置是否具有鍵盤焦點。 |
![]() |
IsMouseOver | 判斷滑鼠是否位於此管理員所管理的代理程式上。 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
![]() |
AddAgent | 將空間保留區代理新增到由此管理員管理的代理程式的清單。 |
![]() |
CreatePopupAgent | 建立的預設實作ISpaceReservationAgent ,在快顯視窗中顯示其內容。 |
![]() |
RemoveAgent | 由此管理員管理的代理程式] 清單中移除指定的空間保留區代理程式。 |
![]() |
UpdatePopupAgent | 以指定的時段來更新指定的代理程式。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
![]() |
AgentChanged | 發生於代理程式變更時。 |
![]() |
GotAggregateFocus | 任何由這個空間保留區管理員取得鍵盤焦點的按鈕時,就會發生。 |
![]() |
LostAggregateFocus | 當鍵盤焦點便會失去任何由這個空間保留區管理員所管理的裝飾。 |
回頁首