ITableManagerProvider.GetTableManager(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.