ITableControlEventProcessor.PostprocessNavigateToHelp Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Gestisce un evento Navigate dopo il gestore predefinito.
public:
void PostprocessNavigateToHelp(Microsoft::VisualStudio::Shell::TableControl::ITableEntryHandle ^ entry, Microsoft::VisualStudio::Shell::TableControl::TableEntryEventArgs ^ e);
public void PostprocessNavigateToHelp (Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle entry, Microsoft.VisualStudio.Shell.TableControl.TableEntryEventArgs e);
abstract member PostprocessNavigateToHelp : Microsoft.VisualStudio.Shell.TableControl.ITableEntryHandle * Microsoft.VisualStudio.Shell.TableControl.TableEntryEventArgs -> unit
Public Sub PostprocessNavigateToHelp (entry As ITableEntryHandle, e As TableEntryEventArgs)
Parametri
- entry
- ITableEntryHandle
Voce della tabella che genera l'evento.
Oggetto TableEntryEventArgs che descrive l'evento.