Compartir a través de


ITableManagerProvider.GetTableManager(String) Método

Definición

Obtenga con ITableManager el 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

El identificador.

Devoluciones

Devuelve ITableManager.

Comentarios

Los identificadores comunes se pueden encontrar en StandardTables.

Se puede llamar a este método desde cualquier subproceso.

Se aplica a