ITableDataSink.AddSnapshot(ITableEntriesSnapshot, Boolean) 메서드

정의

지정된 를 추가합니다 ITableEntriesSnapshotFactory.

public void AddSnapshot (Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot newSnapshot, bool removeAllSnapshots = false);
abstract member AddSnapshot : Microsoft.VisualStudio.Shell.TableManager.ITableEntriesSnapshot * bool -> unit
Public Sub AddSnapshot (newSnapshot As ITableEntriesSnapshot, Optional removeAllSnapshots As Boolean = false)

매개 변수

newSnapshot
ITableEntriesSnapshot

새 스냅샷.

removeAllSnapshots
Boolean

모든 스냅샷을 제거할지 여부를 결정합니다.

설명

newSnapshot 는 모든 스레드에서 변경할 수 없음/호출 가능해야 합니다.

적용 대상