IVsSearchItemDynamicResult Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualiza as propriedades que podem ser alteradas dinamicamente (por exemplo, propriedades dependentes das alterações de contexto da interface do usuário no 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
- Atributos
- Implementações
Propriedades
| Description | |
| DisplayText | |
| Icon | |
| PersistenceData | |
| SearchProvider | |
| Tooltip |
Métodos
| InvokeAction() | |
| Update() |
Força uma atualização das propriedades do item para refletir o estado atual do Shell. |