Compartilhar via


ITableDataSink.RemoveFactory(ITableEntriesSnapshotFactory) Método

Definição

Remova o especificado ITableEntriesSnapshotFactory.

public:
 void RemoveFactory(Microsoft::VisualStudio::Shell::TableManager::ITableEntriesSnapshotFactory ^ oldFactory);
public void RemoveFactory (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory oldFactory);
abstract member RemoveFactory : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory -> unit
Public Sub RemoveFactory (oldFactory As ITableEntriesSnapshotFactory)

Parâmetros

oldFactory
ITableEntriesSnapshotFactory

A antiga fábrica.

Comentários

oldFactory deve ser callable de qualquer thread.

Aplica-se a