IVsSearchItemResult.Icon Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft ein Symbol ab, das dem Suchergebnis für das Element zugeordnet ist.
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; }
[<System.Runtime.InteropServices.DispId(1610678275)>]
member this.Icon : Microsoft.VisualStudio.Shell.Interop.IVsUIObject
Public ReadOnly Property Icon As IVsUIObject
Eigenschaftswert
Das Symbol (als IVsUIObject des Typs VSUI_TYPE_ICON oder VSUI_TYPE_BITMAP).
- Attribute