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

적용 대상