次の方法で共有


ITableDataSink.RemoveFactory(ITableEntriesSnapshotFactory) メソッド

定義

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

パラメーター

oldFactory
ITableEntriesSnapshotFactory

古い工場。

注釈

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

適用対象