Condividi tramite


ITableManagerProvider.GetTableManager(String) Metodo

Definizione

Ottenere l'oggetto con l'oggetto ITableManager specificato 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

Parametri

identifier
String

Identificatore.

Restituisce

Restituisce ITableManager.

Commenti

Gli identificatori comuni sono disponibili in StandardTables.

Questo metodo può essere chiamato da qualsiasi thread.

Si applica a