共用方式為


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通用識別碼。

您可以從任何線程呼叫這個方法。

適用於