Поделиться через


ITableManagerProvider.GetTableManager(String) Метод

Определение

Получите с ITableManager указанным 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

Параметры

identifier
String

Идентификатор.

Возвращаемое значение

Возвращает ITableManager.

Комментарии

Общие идентификаторы можно найти в StandardTables.

Этот метод можно вызвать из любого потока.

Применяется к