次の方法で共有


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

このメソッドは、任意のスレッドから呼び出すことができます。

適用対象