ITableEntryHandle.TryGetEntry(ITableEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets ITableEntry associated with this 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
Parameters
- tableEntry
- ITableEntry
The table entry.
Returns
true if this was created from an ITableEntry.