IVsSearchItemDynamicResult Interface
Updates properties that can change dynamically (for example, properties dependent on UI context changes in the shell).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("412A7EBB-C4BD-46CD-B17D-97E337B6F514")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchItemDynamicResult _
Inherits IVsSearchItemResult
[GuidAttribute("412A7EBB-C4BD-46CD-B17D-97E337B6F514")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchItemDynamicResult : IVsSearchItemResult
[GuidAttribute(L"412A7EBB-C4BD-46CD-B17D-97E337B6F514")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchItemDynamicResult : IVsSearchItemResult
[<GuidAttribute("412A7EBB-C4BD-46CD-B17D-97E337B6F514")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchItemDynamicResult =
interface
interface IVsSearchItemResult
end
public interface IVsSearchItemDynamicResult extends IVsSearchItemResult
The IVsSearchItemDynamicResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | ||
DisplayText | ||
Icon | ||
PersistenceData | ||
SearchProvider | ||
Tooltip |
Top
Methods
Name | Description | |
---|---|---|
InvokeAction | ||
Update | Forces an update of the item properties to reflect the current state of the shell. |
Top