Udostępnij za pośrednictwem


IWpfTableControl.SubscribeToDataSource(ITableDataSource) Metoda

Definicja

Rozpocznij subskrybowanie parametrów ITableEntryutworzonych przez element ITableDataSource.

public:
 void SubscribeToDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^ source);
public:
 void SubscribeToDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource ^ source);
void SubscribeToDataSource(Microsoft::VisualStudio::Shell::TableManager::ITableDataSource const & source);
public void SubscribeToDataSource (Microsoft.VisualStudio.Shell.TableManager.ITableDataSource source);
abstract member SubscribeToDataSource : Microsoft.VisualStudio.Shell.TableManager.ITableDataSource -> unit
Public Sub SubscribeToDataSource (source As ITableDataSource)

Parametry

source
ITableDataSource

Źródło.

Uwagi

Kontrolka tabeli może mieć tylko jedną subskrypcję do dowolnego ITableDataSource (choć może jednocześnie subskrybować różne źródła).

TableControls utworzone za pomocą autosubkrypcji = true nie powinno wywoływać tej metody.

Dotyczy