次の方法で共有


ITableDataSink.AddFactory(ITableEntriesSnapshotFactory, Boolean) メソッド

定義

指定した を追加します 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)

パラメーター

newFactory
ITableEntriesSnapshotFactory

新しいファクトリ。

removeAllFactories
Boolean

すべてのファクトリを削除するかどうかを決定します。

注釈

newFactory は、任意のスレッドから呼び出し可能である必要があります。

適用対象