IVsUIShell2 Interface
Extends the functionality of the IVsUIShell interface by providing access to additional window functionalities.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("4E6B6EF9-8E3D-4756-99E9-1192BAAD5496")> _
Public Interface IVsUIShell2
'Utilisation
Dim instance As IVsUIShell2
[InterfaceTypeAttribute()]
[GuidAttribute("4E6B6EF9-8E3D-4756-99E9-1192BAAD5496")]
public interface IVsUIShell2
[InterfaceTypeAttribute()]
[GuidAttribute(L"4E6B6EF9-8E3D-4756-99E9-1192BAAD5496")]
public interface class IVsUIShell2
public interface IVsUIShell2
Remarks
This interface provides methods for:
Creating buttons that combine images and text.
Creating gradients for filling window backgrounds.
Obtain system color values.
Extended browsing for folders.
Extended browsing to open or save files.
Handling custom dialog boxes.
Notes to Implementers:
Implemented by the environment.
Notes to Callers:
Obtain the IVsUIShell2 interface by calling the QueryInterface method in the IVsUIShell interface which in turn is obtained from the SVsUIShell service.