InfoBarHostControl.IVsInfoBarHostPrivate.GetInfoBar(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ Microsoft.Internal.VisualStudio.Shell.Interop.IVsInfoBarHostPrivate.GetInfoBar(int index) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsInfoBarHostPrivate::GetInfoBar;
virtual Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ Microsoft.Internal.VisualStudio.Shell.Interop.IVsInfoBarHostPrivate.GetInfoBar(int index) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsInfoBarHostPrivate::GetInfoBar;
Microsoft::VisualStudio::Shell::Interop::IVsUIElement Microsoft.Internal.VisualStudio.Shell.Interop.IVsInfoBarHostPrivate.GetInfoBar(int index);
Microsoft.VisualStudio.Shell.Interop.IVsUIElement IVsInfoBarHostPrivate.GetInfoBar (int index);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsInfoBarHostPrivate.GetInfoBar : int -> Microsoft.VisualStudio.Shell.Interop.IVsUIElement
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsInfoBarHostPrivate.GetInfoBar : int -> Microsoft.VisualStudio.Shell.Interop.IVsUIElement
Function GetInfoBar (index As Integer) As IVsUIElement Implements IVsInfoBarHostPrivate.GetInfoBar
参数
- index
- Int32
返回
实现
Microsoft.Internal.VisualStudio.Shell.Interop.IVsInfoBarHostPrivate.GetInfoBar(System.Int32)