Partager via


ITableManagerProvider.GetTableManager(String) Méthode

Définition

Obtenez le ITableManager avec le spécifié identifier.

public:
 Microsoft::VisualStudio::Shell::TableManager::ITableManager ^ GetTableManager(System::String ^ identifier);
public:
 Microsoft::VisualStudio::Shell::TableManager::ITableManager ^ GetTableManager(Platform::String ^ identifier);
Microsoft::VisualStudio::Shell::TableManager::ITableManager GetTableManager(std::wstring const & identifier);
public Microsoft.VisualStudio.Shell.TableManager.ITableManager GetTableManager (string identifier);
abstract member GetTableManager : string -> Microsoft.VisualStudio.Shell.TableManager.ITableManager
Public Function GetTableManager (identifier As String) As ITableManager

Paramètres

identifier
String

L'identificateur.

Retours

Retourne ITableManager.

Remarques

Vous trouverez des identificateurs courants dans StandardTables.

Cette méthode peut être appelée à partir de n’importe quel thread.

S’applique à