Compartilhar via


ITableManagerProvider.GetTableManager(String) Método

Definição

Obtenha o ITableManager com o especificado 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

Parâmetros

identifier
String

O identificador.

Retornos

Retorna ITableManager.

Comentários

Identificadores comuns podem ser encontrados em StandardTables.

Esse método pode ser chamado de qualquer thread.

Aplica-se a