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 는 모든 스레드에서 호출할 수 있어야 합니다.

적용 대상