ITableEntryHandle.TryGetEntry(ITableEntry) Method

Definition

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.

Applies to