Sdílet prostřednictvím


ITableManagerProvider.GetTableManager(String) Metoda

Definice

Získejte hodnotu ITableManager se zadaným identifierparametrem .

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

Parametry

identifier
String

Identifikátor.

Návraty

Vrací objekt ITableManager.

Poznámky

Běžné identifikátory najdete v StandardTablessouboru .

Tuto metodu lze volat z libovolného vlákna.

Platí pro