DialogContainerWithToolbar.ToolbarHost Property
Returns the corresponding IVsToolWindowToolbarHost.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Déclaration
Public ReadOnly Property ToolbarHost As IVsToolWindowToolbarHost
Get
'Utilisation
Dim instance As DialogContainerWithToolbar
Dim value As IVsToolWindowToolbarHost
value = instance.ToolbarHost
public IVsToolWindowToolbarHost ToolbarHost { get; }
public:
property IVsToolWindowToolbarHost^ ToolbarHost {
IVsToolWindowToolbarHost^ get ();
}
member ToolbarHost : IVsToolWindowToolbarHost
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DialogContainerWithToolbar Class