Share via


ITableManagerProvider.GetTableManager(String) Method

Definition

Get the ITableManager with the specified 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

Parameters

identifier
String

The identifier.

Returns

Returns ITableManager.

Remarks

Common identifiers can be found in StandardTables.

This method can be called from any thread.

Applies to