IVsSearchItemDynamicResult Interface

Definition

Updates properties that can change dynamically (for example, properties dependent on UI context changes in the shell).

public interface class IVsSearchItemDynamicResult : Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult
public interface class IVsSearchItemDynamicResult : Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult
__interface IVsSearchItemDynamicResult : Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult
[System.Runtime.InteropServices.Guid("412A7EBB-C4BD-46CD-B17D-97E337B6F514")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchItemDynamicResult : Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult
[<System.Runtime.InteropServices.Guid("412A7EBB-C4BD-46CD-B17D-97E337B6F514")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchItemDynamicResult = interface
    interface IVsSearchItemResult
Public Interface IVsSearchItemDynamicResult
Implements IVsSearchItemResult
Attributes
Implements

Properties

Description
DisplayText
Icon
PersistenceData
SearchProvider
Tooltip

Methods

InvokeAction()
Update()

Forces an update of the item properties to reflect the current state of the shell.

Applies to