IModelBrowserHost 介面
這是要裝載 IModelBrowser WPF 使用者控制項的主應用程式的合約類別。
命名空間: Microsoft.VisualStudio.Modeling.Integration.Picker
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
語法
public interface IModelBrowserHost
public interface class IModelBrowserHost
type IModelBrowserHost = interface end
Public Interface IModelBrowserHost
屬性
名稱 | 描述 | |
---|---|---|
Metadata | 限制、提示及瀏覽器所使用之其他項目的集合 |
|
ModelBrowser | 取得 IModelBrowser |
|
ModelBus | 取得 IModelBus |
|
Reference | 取得 ModelBusReference |
方法
名稱 | 描述 | |
---|---|---|
CancelAndClose() | 關閉主機而不驗證 (取消動作) |
|
Clear() | 清除參考 (設定為 null) |
|
CloseIfValid() | 如果正確驗證 (確認動作),則關閉主機 |
|
ResizeToMeasure() | 要求主應用程式重新測量控制項提供了可能會增加/根據新的要求大小的壓縮 |
請參閱
Microsoft.VisualStudio.Modeling.Integration.Picker 命名空間
回到頁首