ITableEntryHandle.TryGetEntry(ITableEntry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ITableEntry associé à ce 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
Paramètres
- tableEntry
- ITableEntry
Entrée de table.
Retours
true si elle a été créée à partir d’un ITableEntry.