IVsSearchItemResult.Icon 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.
Gets an icon associated with the search result for the item.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ Icon { Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ Icon { Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ get(); };
[System.Runtime.InteropServices.DispId(1610678275)]
public Microsoft.VisualStudio.Shell.Interop.IVsUIObject Icon { get; }
public Microsoft.VisualStudio.Shell.Interop.IVsUIObject Icon { get; }
[<System.Runtime.InteropServices.DispId(1610678275)>]
member this.Icon : Microsoft.VisualStudio.Shell.Interop.IVsUIObject
member this.Icon : Microsoft.VisualStudio.Shell.Interop.IVsUIObject
Public ReadOnly Property Icon As IVsUIObject
Property Value
The icon (as an IVsUIObject of the VSUI_TYPE_ICON or VSUI_TYPE_BITMAP type).
- Attributes