Compartir a través de


ITableEntryHandle.TryGetEntry(ITableEntry) Método

Definición

Obtiene ITableEntry asociado a este objeto ITableEntryHandle.

public:
 bool TryGetEntry([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::TableManager::ITableEntry ^ % tableEntry);
public bool TryGetEntry (out Microsoft.VisualStudio.Shell.TableManager.ITableEntry tableEntry);
abstract member TryGetEntry : ITableEntry -> bool
Public Function TryGetEntry (ByRef tableEntry As ITableEntry) As Boolean

Parámetros

tableEntry
ITableEntry

Entrada de tabla.

Devoluciones

True si se creó a partir de .ITableEntry

Se aplica a