IVsSearchItemResult.Icon Property

Definition

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

Applies to