IVsInfoBarHost 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
知道如何布局信息栏的主机控件。 对于 IVsWindowFrame,可以通过 VSFPROPID_InfoBarHost 访问主机。
public interface class IVsInfoBarHost
public interface class IVsInfoBarHost
__interface IVsInfoBarHost
public interface IVsInfoBarHost
type IVsInfoBarHost = interface
Public Interface IVsInfoBarHost
- 派生
方法
| AddInfoBar(IVsUIElement) |
添加信息栏主机显示的信息栏。 信息栏按其添加到主机的顺序显示。 |
| RemoveInfoBar(IVsUIElement) |
从信息栏主机中删除信息栏 |