DialogContainerWithToolbar.ToolbarHost Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the corresponding IVsToolWindowToolbarHost.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbarHost ^ ToolbarHost { Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbarHost ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbarHost ^ ToolbarHost { Microsoft::VisualStudio::Shell::Interop::IVsToolWindowToolbarHost ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbarHost ToolbarHost { get; }
member this.ToolbarHost : Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbarHost
Public ReadOnly Property ToolbarHost As IVsToolWindowToolbarHost
Property Value
Remarks
If no cached value exists, this method queries the shell to retrieve one.