Share via


DialogContainerWithToolbar.ToolbarHost Property

Returns the corresponding IVsToolWindowToolbarHost.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

'Declaration
Public ReadOnly Property ToolbarHost As IVsToolWindowToolbarHost
'Usage
Dim instance As DialogContainerWithToolbar 
Dim value As IVsToolWindowToolbarHost 

value = instance.ToolbarHost
public IVsToolWindowToolbarHost ToolbarHost { get; }
public:
property IVsToolWindowToolbarHost^ ToolbarHost {
    IVsToolWindowToolbarHost^ get ();
}
public function get ToolbarHost () : IVsToolWindowToolbarHost

Property Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsToolWindowToolbarHost
IVsToolWindowToolbarHost.

Remarks

If no cached value exists, this method queries the shell to retrieve one.

.NET Framework Security

See Also

Reference

DialogContainerWithToolbar Class

DialogContainerWithToolbar Members

Microsoft.VisualStudio.Shell Namespace