Partilhar via


ITableDataSink.AddFactory(ITableEntriesSnapshotFactory, Boolean) Método

Definição

Adicione o especificado ITableEntriesSnapshotFactory.

public void AddFactory (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory newFactory, bool removeAllFactories = false);
abstract member AddFactory : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshotFactory * bool -> unit
Public Sub AddFactory (newFactory As ITableEntriesSnapshotFactory, Optional removeAllFactories As Boolean = false)

Parâmetros

newFactory
ITableEntriesSnapshotFactory

A nova fábrica.

removeAllFactories
Boolean

Determina se todas as fábricas devem ser removidas.

Comentários

newFactory deve ser callable de qualquer thread.

Aplica-se a